What are the three constants used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer and structure in c?
What is ctrl c called?
How can I remove the trailing spaces from a string?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
what is the difference between c and c++?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What's the right way to use errno?
What are preprocessor directives in c?
Which is an example of a structural homology?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
What is a memory leak in structures? How can we rectify that?