RTOS (43)
Bulnex (4)
Operating Systems General Concepts (1242)
Data Structures (2039)
IBM AIX (132)
MS-DOS (66)
Operating Systems AllOther (199)
can any one know about NIC (National Informatics Centre) questions Patterns and full detail about written exam, and interview send to softshikha2005@yahoo.com.in Thank you
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What sort of serious problems have you experienced, and how have you handled them?
1.Have you used vxboot ? 2.Minimum requirement for mirror volume to created ?
What is the latest android operating system?
What items of information about a task might be useful in real time scheduling?
What is the latest version of google browser?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
Are you in or at the office?
can any one send me one project on linux ...?
How do I search for files containing specific text in linux?
What is the command for cut?
What does it cost to upgrade to windows 10?
Can you declare an array without assigning the size of an array?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?