Why do we use static in c?
write a program to generate 1st n fibonacci prime number
Where does the name "C" come from, anyway?
What are the preprocessors?
What are preprocessor directives in c?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What’s a signal? Explain what do I use signals for?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Does free set pointer to null?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Will Macros support multiple arguments ?
Compare array data type to pointer data type
Do you know what is a programing language ?