what value is returned to operating system after program
execution?
how can we Declare a variable in c without defining it.
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
what will be maximum number of comparisons when number of elements are given?
what is the difference between getch() and getchar()?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What is #pragma statements?
What is self-referential structure in c programming?
What is data structure in c language?
Can a file other than a .h file be included with #include?
what are bps & baud rates? differentiate these two?
What is meant by type casting?
what is a NULL pointer?