what will be the out put.
#include
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
2 6552if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
2 10892Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5396write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
5 14995Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
2580
What is the difference between %d and %i?
What is your stream meaning?
What is the significance of an algorithm to C programming?
What is a pointer in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How can you tell whether a program was compiled using c versus c++?
What do header files do?
What is the hardest programming language?
What is main function in c?
What is a 'null pointer assignment' error?
Explain how do you view the path?
If fflush wont work, what can I use to flush input?
What are structure types in C?
How can I access an I o board directly?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above