Answer Posted / richa
and also by default static variable is initialised to
zero...
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is void main () in c?
Write a Program to find whether the given number or string is palindrome.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the 'named constructor idiom'?
What is extern variable in c with example?
What is huge pointer in c?
What is the purpose of realloc()?
What are the types of i/o functions?
Explain the difference between ++u and u++?
Write a program to print ASCII code for a given digit.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Can we initialize extern variable in c?
What is indirection?
What are valid operations on pointers?