Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
which one low Priority in c? a)=,b)++,c)==,d)+
What is floating point constants?
Explain high-order bytes.
What is wrong in this statement?
What is the purpose of & in scanf?
Write a program for deleting duplicate elements in an array
Why is python slower than c?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
code for find determinent of amatrix
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
code for reverse alternate words from astring
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.