Answer Posted / nirmal kumar tailor
c is a procedural language and C++ is object oriented
language
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What's the best way of making my program efficient?
How is actual parameter different from the formal parameter?
How does selection sort work in c?
What is c programming structure?
Why are all header files not declared in every c program?
what is recursion in C
Why pointers are used?
Under what circumstances does a name clash occur?
Explain how do you use a pointer to a function?
What is #define in c?
What is the difference between far and near ?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is function and its example?
What is the code for 3 questions and answer check in VisualBasic.Net?
What are # preprocessor operator in c?