WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
3 5998what is the difference between global variable & static variable declared out side all the function in the file.
2 5845Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
2 4999While compiling a c program,graphics header files are not
including in my program..eg:
write a program to fined second smallest and largest element in a given series of elements (without sorting)
9 19801
what is different between auto and local static? why should we use local static?
What are the different types of control structures?
How can you tell whether a program was compiled using c versus c++?
What is the use of volatile?
What is the difference between array and structure in c?
What does 4d mean in c?
What is the usage of the pointer in c?
Explain what is meant by high-order and low-order bytes?
Difference between goto, long jmp() and setjmp()?
What is malloc and calloc?
What is the maximum no. of arguments that can be given in a command line in C.?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is a pointer variable in c language?
Explain what is the difference between the expression '++a' and 'a++'?
What is c language used for?