Explain what is wrong with this statement? Myname = ?robin?;
What is the use of function overloading in C?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How do I send escape sequences to control a terminal or other device?
Describe static function with its usage?
What is the use of printf() and scanf() functions?
Are pointers integers in c?
How can type-insensitive macros be created?
Why do we use stdio h and conio h?
How can you check to see whether a symbol is defined?
Difference between macros and inline functions? Can a function be forced as inline?
Is void a keyword in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is an operator?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.