what is available in C language but not in C++?
Answer Posted / chandrasekhar
c progrm donein top to bottom apparoch but c++bottom to top
apparoch
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is chain pointer in c?
Do you know the difference between malloc() and calloc() function?
What does typedef struct mean?
What is the role of this pointer?
How can a string be converted to a number?
How can I remove the leading spaces from a string?
can we implement multi-threads in c.
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How is a macro different from a function?
What are the features of c language?
why return type of main is not necessary in linux
What is merge sort in c?
What is difference between constant pointer and constant variable?
Explain setjmp()?