Explain a pre-processor and its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof array?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Ow can I insert or delete a line (or record) in the middle of a file?
What is #define?
What are categories used for in c?
What is volatile variable in c with example?
What does %c do in c?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
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 the newline escape sequence?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Explain how does flowchart help in writing a program?