any C program contains only one function, it must be
a) void ()
b) main ()
c) message ()
d) abc ()
No Answer is Posted For this Question
Be the First to Post Answer
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is stack in c?
What is a sequential access file?
What are the languages are portable and platform independent?Why they are like that?
write a program to remove occurrences the word from entered text?
what are the advantages & disadvantages of unions?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
how to display 2-D array elements in spiral
Explain main function in c?
the operator for exponencation is a.** b.^ c.% d.not available
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
How do you write a program which produces its own source code as its output?