What should malloc(0) do?
No Answer is Posted For this Question
Be the First to Post Answer
What is data structure in c and its types?
What is the difference between printf and scanf )?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
How can I find the day of the week given the date?
How do I send escape sequences to control a terminal or other device?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is cohesion in c?
Can 'this' pointer by used in the constructor?
what is use of loop?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?