Explain what are header files and explain what are its uses in c programming?
What is C language ?
how to TOGGLE Nth bit of variable in a MACRO
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is function pointer and where we will use it
Explain what math functions are available for integers? For floating point?
What are formal parameters?
how will you write a program on linked lists using JAVA programming???????????
How can you read a directory in a C program?
What is the difference between scanf and fscanf?
How can I increase the allowable number of simultaneously open files?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
which is conditional construct a) if statement b) switch statement c) while/for d) goto