What is the scope of static variable in c?
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
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
write a program to count the no of repaeted words in a line?
Differentiate between null and void pointers.
How can I increase the allowable number of simultaneously open files?
Under what circumstances does a name clash occur?
What is an identifier?
How can I avoid the abort, retry, fail messages?
what is the use of call back function in c?tell me with example
write a code for large nos multilication (upto 200 digits)
Derive the complexity expression for AVL tree?
Do character constants represent numerical values?