What is the use of #define preprocessor in c?
What does %2f mean in c?
What is the usage of the pointer in c?
Explain what is wrong with this program statement? Void = 10;
largest Of three Number using without if condition?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
HOW TO SWAP TWO NOS IN ONE STEP?
C program to read the integer and calculate sum and average using single dimensional array
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What are the rules for identifiers in c?
could u able to tell about suresoft technical session
Write a program to print fibonacci series without using recursion?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language