What is the default value of local and global variables in c?
What is the use of the sizeof operator?
What is the difference between struct and union in C?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
Give differences between - new and malloc() , delete and free() ?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
what are the uses of structure?
Differentiate between a for loop and a while loop? What are it uses?
is it possible to create your own header files?
1 1 12 21 123 321 12344231 how i creat it with for loop??
explain about storage of union elements.
What is c basic?
Explain the bubble sort algorithm.