What is the output of printf("%d", printf("Hello"));?
What is the use of header files?
What is a stream in c programming?
find the size of structure without using the size of function
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
What does. int *x[](); means ?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
explain memory layout of a C program
What is your stream meaning?
how to multiply two number taking input as a string (considering sum and carry )
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Are bit fields portable?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile