p*=(++q)++*--p when p=q=1 while(q<=6)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


Is c still used?

0 Answers  


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  






What is the difference between int main and void main?

0 Answers  


What are qualifiers?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,


what is C?

9 Answers   Syntel,


compare array with pointer?

1 Answers  


Categories