Answer Posted / nishanth
o-1
t-2
t-3
f-4
f-5
s-6
s-7
e-8
n-9
T-10
E-11
T-12
t-13
f-14
.
.
.
.
n-19
it is simply the 1,2,3... order
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is New modifiers?
When should the const modifier be used?
What is logical error?
Explain 'far' and 'near' pointers in c.
why return type of main is not necessary in linux
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the difference between memcpy and memmove?
What is FIFO?
Array is an lvalue or not?
What is typedef?
Why static variable is used in c?
What is the use of gets and puts?
How can I swap two values without using a temporary?
Why does notstrcat(string, "!");Work?