DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents C QUESTIONS

C Questions Note : All the programs are tested under Turbo C/C++ compilers. It is assumed that,  Programs run under DOS environment,  The underlying machine is an x86…

Documents Test your C skills with answers

C Aptitude 1. void main() { int const * p=5; printf("%d",++(*p)); } Answer: Compiler error: Cannot modify a constant value. Explanation: p is a pointer to a "constant…

Documents C Interview Questions Part1

http://www.exforsys.com Page 1 6/26/2004 C Interview Questions Note : All the programs are tested under Turbo C/C++ compilers. It is assumed that, Programs run under DOS…

Documents c Aptitude

First Job….  Dream Job….  Freshersworld.com C  Questions Note :  All the programs are tested under Turbo C/C++ compilers.   It is assumed that, Programs run under DOS environment,…