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 4517what is the difference between global variable & static variable declared out side all the function in the file.
2 4496Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
2 3353While 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 16202
Explain about the constants which help in debugging?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Who invented b language?
Why is c called c?
What is a structure and why it is used?
How does #define work?
What is the modulus operator?
What is a null pointer in c?
Explain the advantages and disadvantages of macros.
What are the complete rules for header file searching?
How can a process change an environment variable in its caller?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Who is the founder of c language?
What is pointer to pointer in c language?
Why do we use stdio h and conio h?