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 011 CSC Placement Paper

011 CSC Placement Paper:1.------- is associated with webservices. a) WSDL b) WML c) web sphere d) web logic 2.any large single block of data stored in a database, such as…

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,…

Education Introduction toc

ความรู้เบื้องต้น เกี่ยวกับภาษาซี เครื่องคอมพิวเตอร์ (Hardware) หน่วยรบั…

Documents Numerical Method

Numerical Methods Adarsh Institute of Technology & Research Centre, Vita Numerical Methods Laboratory Journal SE Part III According to the Syllabus of Shivaji University,…

Education 7. input and output functions

1. Input and output functions By: Er. Aman Kumar 2. #include #include void main(void) { clrscr(); printf(“%d is a number”,4+4); getch();…

Documents csc1

Company Name : CSC (Computer Science Corporation) Type : Fresher, Job Interview Exam/Interview Date :29.01.2011 No of Rounds : Aptitude Test, Technical Round-1, Group Discussion…

Documents About 2011 Microsoft Placement Paper

Written Test : Written test will be mostly of coding, puzzles and questions from Data Structures. Interview will be fully from coding and algorithms. Lots of rounds of interview…