Why is sprintf unsafe?
No Answer is Posted For this Question
Be the First to Post Answer
Compare interpreters and compilers.
How main function is called in c?
What is meant by high-order and low-order bytes?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
What is a volatile keyword in c?
write a program to find out prime number using sieve case?
What is the difference between exit() and _exit() function in c?
What are the types of variables in c?
what is meant by flushll() in c programming?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,