Explain what is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for Overriding.
Describe explain how arrays can be passed to a user defined function
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What is getch?
What is an object?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
What is an lvalue?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is type qualifiers?