macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / viswa
type declaration
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
How would you obtain the current time and difference between two times?
Define circular linked list.
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What are local variables c?
write a program to generate address labels using structures?
What is #include conio h?
what is stack , heap ,code segment,and data segment
what is the difference between class and unio?
Is c pass by value or reference?
How do I get a null pointer in my programs?
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);
Is malloc memset faster than calloc?
What language is lisp written in?