Give differences between - new and malloc() , delete and free() ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a lvalue
Explain how can I remove the trailing spaces from a string?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
whats the use of header file in c?
How can I convert integers to binary or hexadecimal?
Is c procedural or functional?
Why do we need functions in c?
Do you know what is the purpose of 'extern' keyword in a function declaration?
How does selection sort work in c?
What do you mean by team??
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
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?