How is a null pointer different from a dangling pointer?
No Answer is Posted For this Question
Be the First to Post Answer
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
can any one tel me wt is the question pattern for NIC exam
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
When should volatile modifier be used?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
how to find out the reverse number of a digit if it is input through the keyboard?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
What is the meaning of ?
How does free() know explain how much memory to release?
What is include directive in c?