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 5824what is the difference between global variable & static variable declared out side all the function in the file.
2 5717Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
2 4865While 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 19417
When would you use a pointer to a function?
What is the use of clrscr?
Describe dynamic data structure in c programming language?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the significance of scope resolution operator?
What is function prototype?
How many data structures are there in c?
What is omp_num_threads?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Write a program to reverse a linked list in c.
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Why is c called a mid-level programming language?
With the help of using classes, write a program to add two numbers.
Can the sizeof operator be used to tell the size of an array passed to a function?
Explain how do you sort filenames in a directory?