What is default value of global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any demerits of using pointer?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is graph in c?
how to print this sereis 2 4 3 6 5..........?
Write a program in c to print * * * * * *******
which is faster execution: loops or recursion?
Is flag a keyword in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is #define in c?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;