how many key words availabel in c
a) 28
b) 31
c) 32
No Answer is Posted For this Question
Be the First to Post Answer
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.
0 Answers Lovely Professional University,
What is string concatenation in c?
Why is c so powerful?
I want tcs placement papers of 2004-2009 , its urgent
Can variables be declared anywhere in c?
explain what is fifo?
What is #include conio h?
Explain about the functions strcat() and strcmp()?
What are bitwise shift operators in c programming?
What is data type long in c?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How can you invoke another program from within a C program?