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 6457if 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 10800Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5314write 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 14811Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
2537
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Why c is faster than c++?
What is an array in c?
What does d mean?
What is the general form of #line preprocessor?
how can use subset in c program and give more example
Is javascript based on c?
Explain what is #line used for?
What are the advantages of using macro in c language?
Why is c so powerful?
How can I read data from data files with particular formats?
What are the differences between Structures and Arrays?
Explain how can I convert a number to a string?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain the Difference between the New and Malloc keyword.