What are shell structures used for?
Explain what is the difference between functions getch() and getche()?
write a program to display the frequency of each element in a given array in c language
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Write a program of advanced Fibonacci series.
write a “Hello World” program in “c” without using a semicolon?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What's a good way to check for "close enough" floating-point equality?
What are the languages are portable and platform independent?Why they are like that?
Explain the difference between null pointer and void pointer.
What are data types in c language?
What language is c written?