What is the real difference between arrays and pointers?
Answer Posted / raja
answer#1
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how to write a c program to print list of fruits in alpabetical order?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Are the variables argc and argv are always local to main?
What is 2 d array in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why functions are used in c?
What is a global variable in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Why c is a procedural language?
Differentiate fundamental data types and derived data types in C.
What is a #include preprocessor?
List out few of the applications that make use of Multilinked Structures?
The statement, int(*x[]) () what does in indicate?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the use of typedef in c?