What is structure data type in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the g value paradox?

0 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


List some of the static data structures in C?

0 Answers  


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,






The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

0 Answers  


Why c is called free form language?

0 Answers  


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


a simple program in c language

5 Answers   IBM,


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


Categories