What are local static variables?
No Answer is Posted For this Question
Be the First to Post Answer
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
In scanf h is used for
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
How to declare pointer variables?
How does free() know how many bytes to free?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
What is typeof in c?
array of pointer pointer to array pointer to pointer
What is Memory leakage ?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
#define d 10+10 main() { printf("%d",d*d); }
What are preprocessor directives?