What does %c mean in c?
How many types of arrays are there in c?
What is Lazy evaluation in C? Give an example.
In a byte, what is the maximum decimal number that you can accommodate?
What is the use of volatile?
What is string function c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
what are bitwise shift operators?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain what is a static function?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
Why static variable is used in c?
What are the functions to open and close the file in c language?