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
why we are using float in C
What are the 4 types of unions?
write a program to display & create a rational number
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
When do we get logical errors?
What are comments and how do you insert it in a C program?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is volatile, register definition in C
i need all types of question paper releted to "c" and other language.
how can f be used for both float and double arguments in printf? Are not they different types?
What standard functions are available to manipulate strings?
How do I get an accurate error status return from system on ms-dos?