Is main an identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a c token and types of c tokens?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How can I do peek and poke in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a program to swap two numbers without using temporary variable?
What does typeof return in c?
Where define directive used?
Can we declare function inside main?
Explain enumerated types.
Which driver is a pure java driver
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Are the variables argc and argv are local to main?