Answer Posted / rama krishna sidhartha
Denis Ritchie at AT & T labs at Bell telephone laboratories
in 1972.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
write a program in c language to print your bio-data on the screen by using functions.
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 integer constants?
What are the advantages and disadvantages of pointers?
How can my program discover the complete pathname to the executable from which it was invoked?
What is the use of sizeof () in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Why & is used in scanf in c?
What is a lookup table in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What are lookup tables in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is table lookup in c?
Should I learn data structures in c or python?
What is a function in c?