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...

int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?

Answer Posted / fwfwgq

It will give segmentation fault in linux

Is This Answer Correct ?    6 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3945


What are header files and what are its uses in C programming?

1227


Explain what are compound statements?

1056


What are static variables in c?

1078


What is the description for syntax errors?

1164


Explain threaded binary trees?

1155


write a program to create a sparse matrix using dynamic memory allocation.

4888


How can you tell whether a program was compiled using c versus c++?

1099


What is static and auto variables in c?

1084


How can I sort more data than will fit in memory?

1098


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1220


Which is the memory area not included in C program? give the reason

1942


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3534


Is null equal to 0 in sql?

1146


Can you subtract pointers from each other? Why would you?

958