Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the output of the program and explain why??
#include<stdio.h>

void main ( )

{

int k=4,j=0:

switch (k)

{

case 3;

j=300;

case 4:

j=400:

case 5:

j=500;

}

printf (ā€œ%d\nā€,j);

}

Answer Posted / ramprabha

500

Is This Answer Correct ?    15 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pointers?

1049


Define and explain about ! Operator?

955


Differentiate between a structure and a union.

1231


Explain about the functions strcat() and strcmp()?

993


What are the Advantages of using macro

1118


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1267


What is a method in c?

1066


What is the general form of function in c?

978


What is the size of empty structure in c?

1021


Write a Program to find whether the given number or string is palindrome.

1231


a c code by using memory allocation for add ,multiply of sprase matrixes

2748


write a program in c language to print your bio-data on the screen by using functions.

6735


Explain the difference between exit() and _exit() function?

1114


Explain how do you convert strings to numbers in c?

1024


What is variable declaration and definition in c?

860