#include<stdio.h> void main() { int a=10,b=20,c=30;
printf("%d",scanf("%d%d%d",&a,&b,&c)); }
what is the output for this?
Answer Posted / magesh
0
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How will you write a code for accessing the length of an array without assigning it to another variable?
What are linker error?
How do I copy files?
Tell me is null always defined as 0(zero)?
How the c program is executed?
What are the storage classes in C?
Explain how can a program be made to print the line number where an error occurs?
What is the purpose of the preprocessor directive error?
What are the 5 types of inheritance in c ++?
What are qualifiers?
How many types of functions are there in c?
What is preprocessor with example?
Explain high-order bytes.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a program to swap two numbers without using a temporary variable?