What is the deal on sprintf_s return value?


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

Post New Answer

More C Interview Questions

program to find a smallest number in an array

15 Answers   Microsoft, Sony,


What are # preprocessor operator in c?

0 Answers  


What is an example of structure?

0 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Write code for finding depth of tree

2 Answers   Adobe,






What is pointer in c?

0 Answers  


What does %p mean c?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


write a program to generate address labels using structures?

0 Answers   SJC,


what is the advantage of software development

1 Answers  


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


Categories