p*=(++q)++*--p when p=q=1 while(q<=6)
No Answer is Posted For this Question
Be the First to Post Answer
What is the explanation for modular programming?
What is macro?
why do some people write if(0 == x) instead of if(x == 0)?
What is #pragma statements?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is a const pointer in c?
Why static is used in c?
Why c is a procedural language?
What are preprocessor directives?
How can I open files mentioned on the command line, and parse option flags?
What is time complexity c?
can we store values and addresses in the same array? explain