Why is sprintf unsafe?


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

Post New Answer

More C Interview Questions

Why pointers are used?

0 Answers  


What is the size of a union variable?

0 Answers  


What is scope and lifetime of a variable in c?

0 Answers  


Are global variables static in c?

0 Answers  


How do you list a file’s date and time?

0 Answers  






Why c is known as a mother language?

0 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


What does *p++ do? What does it point to?

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


Categories