What are the advantages of using new operator as compared to the function malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
can any one provide me the notes of data structure for ignou cs-62 paper
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Why isn't it being handled properly?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is the scope of local variable in c?
Define recursion in c.
What was noalias and what ever happened to it?
Explain how can I manipulate strings of multibyte characters?
What is the difference between the = symbol and == symbol?