What is the function of multilevel pointer in c?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
Write a program on swapping (100, 50)
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is && in c programming?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Explain b+ tree?
Write a C program to count the number of email on text
What was noalias and what ever happened to it?
what is the difference between while and do while?
What does main () mean in c?
To what value do nonglobal variables default? 1) auto 2) register 3) static
How does the assert() function work?