What is .obj file in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between new and malloc functions?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are the differences between new and malloc in C?
Should a function contain a return statement if it does not return a value?
write a programe returns the number of times the character appears in the string
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Explain what is the general form of a c program?
What is the equivalent code of the following statement in WHILE LOOP format?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What language is windows 1.0 written?