Answer Posted / jasna.c
Dennis Ritche at AT&T Bell labs in 1972
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain what is the difference between null and nul?
What is a struct c#?
How can a program be made to print the line number where an error occurs?
what do the 'c' and 'v' in argc and argv stand for?
What is the scope of global variable in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
How can I write functions that take a variable number of arguments?
How do I send escape sequences to control a terminal or other device?
Do you know pointer in c?
Explain what is the most efficient way to store flag values?
Explain what is the difference between functions abs() and fabs()?
Define and explain about ! Operator?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is difference between function overloading and operator overloading?
what is bit rate & baud rate? plz give wave forms