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 5986what 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 19790
How can you return multiple values from a function?
what are the facialities provided by you after the selection of the student.
What is the heap in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is #include cctype?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is pass by value in c?
how to find binary of number?
what is the format specifier for printing a pointer value?
Why is %d used in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is the right type to use for boolean values in c?
How would you rename a function in C?
How is a null pointer different from a dangling pointer?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream