how can f be used for both float and double arguments in printf? Are not they different types?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
can we write a program in c for printf and scanf without using header file stdio.h
What is a pointer variable in c language?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
Where are the auto variables stored?
how to add numbers without using arithmetic operators.
What is ## preprocessor operator in c?
write a program to print largest number of each row of a 2D array
which of 'arrays' or 'pointers' are faster?
Explain how do you search data in a data file using random access method?