How do I round numbers?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
If the static variable is declared as global, will it be same as extern?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
please give me some tips for the selection in TCS.
What is c value paradox explain?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Explain built-in function?
HOW TO SWAP TWO NOS IN ONE STEP?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is enumerated data type in c?