What is sorting in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
What is call by reference in functions?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
Explain the difference between fopen() and freopen().
How pointers are declared?
what's the return value of malloc()
What are the general description for loop statement and available loop types in c?
Difference between MAC vs. IP Addressing
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is a macro?
Explain 'far' and 'near' pointers in c.