how to execute with out main in cprogram
Answer Posted / guest
clever code , I dnt know macros much
how u managed to run it
pls explain...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are local static variables?
What is difference between class and structure?
can we implement multi-threads in c.
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What are the rules for identifiers in c?
Can include files be nested?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
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 method to save data in stack data structure type?
What do you mean by dynamic memory allocation in c?
define string ?
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
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What are the types of variables in c?
What is the right type to use for boolean values in c?