What are local variables c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
Program to find larger of the two numbers without using if-else,while,for,switch
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
how we can say java is platform independent, while we require JVM for that particular Operating System?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Can u return two values using return keyword? If yes, how? If no, why?
what are brk, sbrk?
What is openmp in c?
How Many Header Files in c?
code for copying two strings with out strcpy() function.
show how link list can be used to repersent the following polynomial i) 5x+2
What is difference between main and void main?