O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

Answer Posted / harish

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
f-15
s-16
s-17
e-18
n-19
it is Just numarical order in alpha betical manner

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a value that does not change during program execution a) variabe b) argument c) parameter d) none

708


Explain enumerated types in c language?

611


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2200


How will you declare an array of three function pointers where each function receives two ints and returns a float?

787


Explain how does free() know explain how much memory to release?

578






Why does not c have an exponentiation operator?

634


What are the Advantages of using macro

694


Once I have used freopen, how can I get the original stdout (or stdin) back?

632


int i=10; printf("%d %d %d", i, i=20, i);

1019


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

618


What is an auto keyword in c?

653


What are the 32 keywords in c?

640


What is the difference between malloc() and calloc() function in c language?

613


What is the difference between formatted&unformatted i/o functions?

623


Explain the ternary tree?

610