Answer Posted / suganya
c is a structure oriented language and c++ is the object
oriented language
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Are pointers integer?
What is the difference between union and structure in c?
Difference between goto, long jmp() and setjmp()?
What is d scanf?
What is difference between stdio h and conio h?
What does %d do in c?
What is a program flowchart?
Simplify the program segment if X = B then C ← true else C ← false
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Can we add pointers together?
What is the use of linkage in c language?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is structure padding and packing in c?
What is the use of function in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3