How pointers are declared?
No Answer is Posted For this Question
Be the First to Post Answer
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
what is the use of #pragma pack, wer it is used?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
Write a code to generate a series where the next element is the sum of last k terms.
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Differentiate between functions getch() and getche().
Is c call by value?
What is the use of volatile?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
which one is better structure or union?(other than the space occupied )
Why we not create function inside function.