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 5869what is the difference between global variable & static variable declared out side all the function in the file.
2 5759Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
2 4915While 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 19508
The statement, int(*x[]) () what does in indicate?
what is stack , heap ,code segment,and data segment
What functions are used in dynamic memory allocation in c?
What is a example of a variable?
What is a newline escape sequence?
Why is c called c?
What are header files in c programming?
How to get string length of given string in c?
What is the purpose of ftell?
What are all different types of pointers in c?
Why does everyone say not to use scanf? What should I use instead?
Describe the difference between = and == symbols in c programming?
difference between Low, Middle, High Level languages in c ?
How can you tell whether a program was compiled using c versus c++?
Explain how can I read and write comma-delimited text?