Thursday, 19 March 2015

Predict output of the following program & Why ::-

‪#‎include‬ "stdio.h"
int main()
{
printf("\new_c_question\by");
printf("\rprogrammersguysofkrishnagar");
getchar();
return 0;
}

(A) ew_c_question
programmersguysofkrishnagar
(B) new_c_ques
programmersguysofkrishnagar
(C)
programmersguysofkrishnagar
(D) Depends on terminal configuration

For more Deails Click here

No comments:

Post a Comment