for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????

Answer Posted / rajesh jat

i is a signed integer
it will print only and only -32768
//KEEP IT DIRTY

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find out how much free space is available on disk?

631


What is the value of c?

574


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1629


What is null pointer constant?

596


Which built-in library function can be used to match a patter from the string?

747






What is selection sort in c?

611


What are the advantages of the functions?

607


how to build a exercise findig min number of e heap with list imlemented?

1613


Why use int main instead of void main?

599


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

688


Why c is called procedure oriented language?

579


Differentiate between ordinary variable and pointer in c.

619


What are the different types of errors?

646


Apart from dennis ritchie who the other person who contributed in design of c language.

813


Tell me what is the purpose of 'register' keyword in c language?

620