What is the deal on sprintf_s return value?
No Answer is Posted For this Question
Be the First to Post Answer
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
write a program to display reverse of a number using for loop?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
what are two categories of clint-server application development ?
What is period operator in c?
int far *near * p; means
second highest number in a given set of numbers
what are the difference between ANSI C and Let Us c and Turbo C
What are reserved words?
what is linkage error when it occurs in c program
What is difference between structure and union in c?
Explain what is the difference between a free-standing and a hosted environment?