How do I round numbers?
No Answer is Posted For this Question
Be the First to Post Answer
What is getche() function?
what is an inline fuction??
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
is it possible to change the default calling convention in c ?
Is there a way to jump out of a function or functions?
How can I open a file so that other programs can update it at the same time?
Define recursion in c.
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Why is a semicolon (;) put at the end of every program statement?
What is the most efficient way to store flag values?
How can I read data from data files with particular formats?
write a progam to display the factors of a given number and disply how many prime numbers are there?