is it possible to create your own header files?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a program which adds two numbers without using semicolon in c
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
how could explain about job profile
Write a program to check prime number in c programming?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What are reserved words?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What is a stream water?
How can I find out the size of a file, prior to reading it in?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What language is windows 1.0 written?