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 5173if 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 9451Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 4041write 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 12766Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
1941
How does pointer work in c?
Explain why C language is procedural?
What are run-time errors?
How do you use a pointer to a function?
What are local static variables? How can you use them?
How can I read in an object file and jump to locations in it?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is static identifier?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are pointers? What are stacks and queues?
What is the difference between array and linked list in c?
What is the size of a union variable?
What is the use of typedef in structure in c?
What is string function in c?