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 5997what is the difference between global variable & static variable declared out side all the function in the file.
2 5843Hai 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 19798
I need testPalindrome and removeSpace
#include
what is the height of tree if leaf node is at level 3. please explain
What is the difference between printf and scanf )?
Where register variables are stored in c?
What is the basic structure of c?
What are terms in math?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Can we use any name in place of argv and argc as command line arguments?
Tell me with an example the self-referential structure?
Is it possible to execute code even after the program exits the main() function?
Is main a keyword in c?
What is the difference between %d and %i?
What is the best way to comment out a section of code that contains comments?
How can I recover the file name given an open stream?
What is the difference between strcpy() and memcpy() function in c programming?