What is the purpose of & in scanf?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print infinte number
Why can't I perform arithmetic on a void* pointer?
What is the use of sizeof?
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"
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
Differentiate between a structure and a union.
How can variables be characterized?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
Read two numbers from keyboard and find maximum of them?
What is the function of volatile in c language?
What are the 4 data types?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }