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
What is default value of global variable in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is a union?
Write a program to print “hello world” without using semicolon?
Can a pointer be volatile in c?
What is the maximum length of an identifier?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Can main () be called recursively?
What is the difference between volatile and const volatile?
Describe explain how arrays can be passed to a user defined function
why wipro wase
What does c in a circle mean?
What is nested structure in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);