Explain what is the concatenation operator?


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

Post New Answer

More C Interview Questions

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  


Can you assign a different address to an array tag?

0 Answers  


Why void main is used in c?

0 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  






C program to perform stack operation using singly linked list

3 Answers  


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


disadvantages of realloc ?

1 Answers   HCL,


What is a lvalue

0 Answers   Global Logic,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


How is pointer initialized in c?

0 Answers  


Categories