What is wrong with this program statement? void = 10;


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

Post New Answer

More C Interview Questions

HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


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  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


What is sizeof return in c?

0 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,






What is I ++ in c programming?

0 Answers  


What are the different file extensions involved when programming in C?

0 Answers  


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


What is meant by errors and debugging?

0 Answers  


Why do we use null pointer?

0 Answers  


What is the purpose of macro in C language?

0 Answers   Fidelity,


Why does not c have an exponentiation operator?

0 Answers  


Categories