Answer Posted / rajnish
to clear input buffer
| Is This Answer Correct ? | 70 Yes | 10 No |
Post New Answer View All Answers
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Why array is used in c?
How do you sort filenames in a directory?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How can I make it pause before closing the program output window?
When should structures be passed by values or by references?
Write the control statements in C language
can anyone suggest some site name..where i can get some good data structure puzzles???
What is the need of structure in c?
What is a nested formula?
How to implement a packet in C
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is the advantage of using #define to declare a constant?
Explain the properties of union.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.