What are the standard predefined macros?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Printf(..) and sprint(...) ?
What are the different types of pointers used in c language?
Explain what is the benefit of using #define to declare a constant?
What are header files? What are their uses?
What are types of preprocessor in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are the preprocessor categories?
Is null always defined as 0(zero)?
which type of question asked from c / c++ in interview.
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
. Write a program to get a string and to convert the 1st letter of it to uppercase