What is the difference between far and near in c?
No Answer is Posted For this Question
Be the First to Post Answer
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Is return a keyword in c?
What is a good data structure to use for storing lines of text?
Juxtapose the use of override with new. What is shadowing?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
Write a C program that reads a series of strings and prints only those ending in "ed"
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"
What is #define in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain goto?
What are disadvantages of C language.