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 6549if 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 10889Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5395write 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 14991Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
2580
How can you tell whether a program was compiled using c versus c++?
Is file a keyword in c?
Do pointers need to be initialized?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the use of linkage in c language?
What is the right type to use for boolean values in c? Is there a standard type?
In a byte, what is the maximum decimal number that you can accommodate?
Why enum is used in c?
What does 1f stand for?
How are strings stored in c?
Which are low level languages?
What is "Hungarian Notation"?
What is stack in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is main () in c language?