What is the difference between null pointer and wild pointer?
What is f'n in math?
What are the 5 elements of structure?
Taking an example,differentiate b/w loader and linker ?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Explain what is the stack?
what is difference between strcmp & palindrome?
What are multidimensional arrays?
Explain what are run-time errors?
. Explain the differences between fork() and exec() in C
What is the relationship between pointers and data structure?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is the difference between union and anonymous union?