Answer Posted / sunny_baldota@yahoo.co.in
Jawaharlal Nehru
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
while initialization of array why we use a[][2] why not a[2][]...?
What is a ternary operator in c?
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.
Tell me can the size of an array be declared at runtime?
explain what is fifo?
What does return 1 means in c?
What is a function in c?
how to create duplicate link list using C???
Difference between macros and inline functions? Can a function be forced as inline?
Why do we use return in c?
What is the difference between functions abs() and fabs()?
what are the different storage classes in c?
Why do we need a structure?
How to declare pointer variables?
What is multidimensional arrays