ratio,age,persentage
No Answer is Posted For this Question
Be the First to Post Answer
What is the description for syntax errors?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
How to print %d in output
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
what are the files which are automatically opened when a c file is executed?
how can i print "hello"
What is void c?
What is the use of putchar function?
Explain b+ tree?
Why we use stdio h in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?