macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / prakash.m
hypochecking
| Is This Answer Correct ? | 97 Yes | 17 No |
Post New Answer View All Answers
Can math operations be performed on a void pointer?
How can you increase the size of a dynamically allocated array?
write a c program to find the sum of five entered numbers using an array named number
What is the use of a semicolon (;) at the end of every program statement?
write an algorithm to display a square matrix.
What is a void pointer in c?
What language is lisp written in?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain c preprocessor?
What is the difference between typedef and #define?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What does p mean in physics?
Is anything faster than c?
What are the general description for loop statement and available loop types in c?