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 5867what is the difference between global variable & static variable declared out side all the function in the file.
2 5756Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
2 4912While 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 19498
What are the advantages of using Unions?
Is c programming hard?
What are the types of pointers in c?
What are the different types of objects used in c?
Who invented b language?
What is typedf?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
write a program to find the given number is prime or not
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Can you please explain the scope of static variables?
What is selection sort in c?
why do some people write if(0 == x) instead of if(x == 0)?
What is operator precedence?
What is the use of the function in c?