adspace


how is the examination pattern?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

i have a written test for microland please give me test pattern

2814


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1181


will u please send me the placement papers to my mail???????????????????

1929


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1358


Explain the difference between null pointer and void pointer.

1157


write a program to find out prime number using sieve case?

2175


develop algorithms to add polynomials (i) in one variable

2258


hi send me sample aptitude papers of cts?

2250


What are pointers? What are different types of pointers?

1264


What is variable initialization and why is it important?

1391


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2398


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2004


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2827


Is int a keyword in c?

1057


Do you know the difference between malloc() and calloc() function?

1133