#include
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
1 3520being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
TCS,
1 4290
which is conditional construct a) if statement b) switch statement c) while/for d) goto
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How can you find the day of the week given the date?
What is c value paradox explain?
program to convert a integer to string in c language'
Why do we use static in c?
Which header file is essential for using strcmp function?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How can I avoid the abort, retry, fail messages?
What is d'n in c?
What are the 32 keywords in c?
Are global variables static in c?
What is c definition?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Explain what is the benefit of using #define to declare a constant?