Are global variables static in c?
No Answer is Posted For this Question
Be the First to Post Answer
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is the condition that is applied with ?: Operator?
What is the real time usage volatile?
How are variables declared in c?
Explain the ternary tree?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Explain in detail how strset (string handling function works )pls explain it with an example.
how would a 4*3 array A[4][3] stored in Row Major Order?
HOW CAN ADD OUR FUNCTION IN LIBRARY.