Answer Posted / shobana
it is not a object oreinted language . actually it is a procedure oriented language.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Write a program to identify if a given binary tree is balanced or not.
Where local variables are stored in c?
What is static function in c?
When should we use pointers in a c program?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How macro execution is faster than function ?
What is scanf_s in c?
Is that possible to add pointers to each other?
Can we declare variables anywhere in c?
What are the features of the c language?
What is "Duff's Device"?
What is an auto keyword in c?
What is difference between stdio h and conio h?
What is the right way to use errno?