how is the examination pattern?



how is the examination pattern?..

Answer / Vipul Bhushan Mishra

The examination pattern varies depending on the specific course and exam. In general, C exams consist of multiple-choice questions, short answer questions, and sometimes programming problems. The number and type of questions may vary based on the length and complexity of the exam.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

2 Answers   Drona Solutions, Infosys, Vodafone, Webyog,


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


How can I direct output to the printer?

1 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


implement general tree using link list

1 Answers   Wipro,


What are pointers really good for, anyway?

1 Answers  


When should the volatile modifier be used?

1 Answers  


What is the difference between struct and union in C?

2 Answers  


What does extern mean in a function declaration?

4 Answers  


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


What is the total generic pointer type?

1 Answers  


what is c++ programming?

3 Answers   TCS,


Categories