Is this program statement valid? INT = 10.50;
No Answer is Posted For this Question
Be the First to Post Answer
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
how to use showbits function?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
What is scope rule of function in c?
what is an inline function?
what are the compilation steps? ( i want inside the compiler )
Explain the bubble sort algorithm.
What is the difference between new and malloc functions?
What do you mean by invalid pointer arithmetic?
Write a program to print fibonacci series using recursion?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
How many loops are there in c?