Why c is called procedure oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
how can make variable not in registers
define switch statement?
What is a buffer in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How do you print only part of a string?
How can you increase the size of a dynamically allocated array?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Explain what will the preprocessor do for a program?
Explain the use of fflush() function?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What is the right type to use for boolean values in c? Is there a standard type?
How are Structure passing and returning implemented by the complier?