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
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why do we need a structure?
what is the use of a array in c
How does normalization of huge pointer works?
second highest number in a given set of numbers
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
write a program to arrange the contents of a 1D array in ascending order
Why can’t we compare structures?
What does *p++ do? What does it point to?
why 'c' is called middle level language.
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me