what is difference between array,strutter,union and pointers
Answer Posted / dfg
gff
| Is This Answer Correct ? | 11 Yes | 14 No |
Post New Answer View All Answers
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the meaning of 2d in c?
Can i use “int” data type to store the value 32768? Why?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is exit() function?
What is the use of #define preprocessor in c?
What is function prototype in c language?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain what is dynamic data structure?
Is there a way to switch on strings?
What is the meaning of c in c language?
How was c created?
praagnovation
What are data types in c language?
How can I handle floating-point exceptions gracefully?