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
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is key word in c language?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
how to find the given number is prime or not?
What is the difference between break and continue?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
simple program for virtual function?
What do you mean by c what are the main characteristics of c language?
What does != Mean in c?
How we can set and clear bit in a byte using macro function?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
How do I get a null pointer in my programs?