#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 / aswanth

-1

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2215


Why is c used in embedded systems?

606


Can you please explain the difference between exit() and _exit() function?

585


What is getch c?

846


Explain the priority queues?

617






write a program fibonacci series and palindrome program in c

629


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1115


Write a program to know whether the input number is an armstrong number.

660


Explain what is the difference between a string and an array?

627


What are the modifiers available in c programming language?

728


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

653


Explain do array subscripts always start with zero?

751


what is the role you expect in software industry?

1647


What is the difference between struct and typedef struct in c?

644


what is event driven software and what is procedural driven software?

2005