macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / j
type declaration
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is build process in c?
How can I read and write comma-delimited text?
What is c language and why we use it?
Where does the name "C" come from, anyway?
Hi can anyone tell what is a start up code?
How can I find out if there are characters available for reading?
why return type of main is not necessary in linux
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How can you access memory located at a certain address?
What do you mean by Recursion Function?
How do we make a global variable accessible across files? Explain the extern keyword?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What are the different properties of variable number of arguments?
Explain b+ tree?