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

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


Please Help Members By Posting Answers For Below Questions

What is enumerated data type in c?

627


What are the rules for identifiers in c?

588


How can I implement sets or arrays of bits?

607


What does emoji p mean?

603


Do pointers take up memory?

658






What is indirection?

653


Can a pointer be volatile in c?

535


What is the difference between the expression “++a” and “a++”?

650


How do you override a defined macro?

702


What is unsigned int in c?

560


How can you tell whether a program was compiled using c versus c++?

619


What is register variable in c language?

606


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

611


while initialization of array why we use a[][2] why not a[2][]...?

1869


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1705