what is difference between array and structure?
Answer Posted / shiva
arry is derived data type,
structure is user defined data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are global variables and explain how do you declare them?
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.
What is the use of getchar() function?
Why do we use int main instead of void main in c?
Tell us the use of fflush() function in c language?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Write a C program in Fibonacci series.
What is the right type to use for boolean values in c?
What is the difference between scanf and fscanf?
write a program to find out prime number using sieve case?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Why void main is used in c?
When do we get logical errors?
What is the process to generate random numbers in c programming language?
Write the control statements in C language