Does sprintf put null character?


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

Post New Answer

More C Interview Questions

which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


What is optimization in c?

0 Answers  


Did c have any year 2000 problems?

0 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  






Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


Write a program to print "hello world" without using a semicolon?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


Why do we use return in c?

0 Answers  


difference between semaphores and mutex?

1 Answers  


Categories