What is #include stdio h?
No Answer is Posted For this Question
Be the First to Post Answer
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What does p mean in physics?
code for quick sort?
In c language can we compile a program without main() function?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
How to Throw some light on the splay trees?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Write a function that will take in a phone number and output all possible alphabetical combinations
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
Write a program to find the smallest and largest element in a given array in c language
What are volatile variables?