maruti


{ City } bangalore
< Country > india
* Profession * software engineer
User No # 40852
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 34
Users Marked my Answers as Wrong # 14
Questions / { maruti }
Questions Answers Category Views Company eMail




Answers / { maruti }

Question { TCS, 27132 }

what will be the output:
main(){char ch;int a=10;printf("%d",ch);}


Answer

answer is some garbage value.
like in my case -53
becaus ch is not beeen initialized.
plz try n execute the programs before posting ur answers

Is This Answer Correct ?    1 Yes 0 No

Question { Huawei, 52145 }

what is the difference between static block and static
method


Answer

public static void main(string args[])
is also static method do u call this method?

Is This Answer Correct ?    33 Yes 14 No