what is available in C language but not in C++?
Answer Posted / sara
pointers r available in c which is not available in c++
| Is This Answer Correct ? | 8 Yes | 44 No |
Post New Answer View All Answers
What is volatile variable how do you declare it?
What is function prototype in c with example?
Tell me what are bitwise shift operators?
Explain do array subscripts always start with zero?
Is it possible to initialize a variable at the time it was declared?
Did c have any year 2000 problems?
Why do we need volatile in c?
What is structure in c explain with example?
Write a program which returns the first non repetitive character in the string?
while initialization of array why we use a[][2] why not a[2][]...?
Explain how do you list files in a directory?
Describe the header file and its usage in c programming?
What does malloc () calloc () realloc () free () do?
Why is c called a mid-level programming language?
What is meant by int main ()?