what are the advanced features of functions
a) function declaration and prototypes
b) calling functions by value or by reference
c) recursion
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
how to get starting address of a running C program
Program to write some contents into a file using file operations with proper error messages.
what is the difference between class and unio?
Can you apply link and association interchangeably?
Is int a keyword in c?
What is difference between far and near pointers?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
what is printf
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
hi , please send me NIC written test papers to sbabavalli@gmail.com
Why does the call char scanf work?
What are the types of c language?