How to write a multi-statement macro?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by flushll() in c programming?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is structure data type in c?
What is actual argument?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is a double c?
What are identifiers and keywords in c?
Explain why C language is procedural?
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,
What is the difference between a function and a method in c?