What is the deal on sprintf_s return value?
No Answer is Posted For this Question
Be the First to Post Answer
What is a dynamic array in c?
What are the types of assignment statements?
write a code for large nos multilication (upto 200 digits)
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
where do we use volatile keyword?
explain what are pointers?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
If the size of int data type is two bytes, what is the range of signed int data type?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Why is structure padding done in c?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
write a program whose output will be- 1 12 123 1234