What is the purpose of sprintf?


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

Post New Answer

More C Interview Questions

there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


What is the purpose of realloc()?

0 Answers  


what r callback function?

1 Answers  






write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


What is an volatile variable?

15 Answers   HP,


What is the ANSI C Standard?

0 Answers   Celstream,


write function to reverse char array ... without using second array

3 Answers  


What is I ++ in c programming?

0 Answers  


Categories