What is memory leak in c?
No Answer is Posted For this Question
Be the First to Post Answer
What library is sizeof in c?
What are the two types of functions in c?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
What is the difference between GETS();AND SCANF();
What is meaning of tree
Explain the difference between the local variable and global variable in c?
When should a far pointer be used?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Can math operations be performed on a void pointer?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Explain how can I pad a string to a known length?