Give differences between - new and malloc() , delete and free() ?
No Answer is Posted For this Question
Be the First to Post Answer
why programming language C is still used in operating system's kernel??
Why c is called a mid level programming language?
what are bitwise shift operators?
Explain the use of 'auto' keyword in c programming?
What does != Mean in c?
Are negative numbers true in c?
Is printf a keyword?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
what does static variable mean?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
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?