How do i store a paragraph into a string?
for example, if i input a long paragraph, the program will
read the words one by one and concatenate them until no word
is left.
how the compiler treats any volatile variable?Explain with example.
what is printf
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
Define the scope of static variables.
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
how can make variable not in registers
Explain continue keyword in c
What functions are used in dynamic memory allocation in c?
what r callback function?
How are 16- and 32-bit numbers stored?
Is anything faster than c?
what is real time system?what is the differance between hard and soft real time systems