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 will be the output for the following program?

main()
{
char ch = 'k';
char c;
printf("%c",c);
}

Answer Posted / akansha

there vl b no result.......

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is realloc in c?

1048


what will be maximum number of comparisons when number of elements are given?

1870


What is meant by keywords in c?

1051


Explain is it valid to address one element beyond the end of an array?

1176


What is the difference between memcpy and memmove?

996


How can I delete a file?

1032


write a program to concatenation the string using switch case?

2055


List the difference between a "copy constructor" and a "assignment operator"?

984


Explain the difference between call by value and call by reference in c language?

1079


Differentiate between null and void pointers.

1138


What is the difference between fread and fwrite function?

1057


Describe explain how arrays can be passed to a user defined function

1071


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4648


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1126


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

1098