Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

All posts related to General awareness and computer applications

Narasimha Chinna
Shared from Programming Fundamentals on Nov 26, 2016 12:18 PM

What is the result of the following postfix e 6 3 3 + - 3 8 2 / + + 2 $ 3 + expression?

 
52
172
8.5
16807
Please type your answer before submitting.

Solution please

Anjali
Shared from Data Structure on Apr 10, 2016 1:04 PM

The best data structure to check whether an arithmetic expression has balanced parentheses is a

 
queue
stack
tree
list
Please type your answer before submitting.

Tree

Divya Sharma
Shared from Computers Test - 5 on Mar 27, 2016 12:25 PM

What is the value of SUM after executing the following algorithm?

SUM 20
I 1
Repeat
SUM SUM + 3 * I
I I + 2
UNTIL I > 10

 
125
95
75
15
Please type your answer before submitting.

125

Rakhshanda Shaikh
Shared from MCA Mock - 2 on Mar 26, 2016 2:00 PM

What will be the output # include < stdio.h>

main ( )
{ int x, y, z:
x = y = z = 1
z = ++ x && ++y &&+zz;
printf ("x = %d y = %d z = %d n", x, y, z); }

 
x = 0, y = 0, z = 0
x = 1, y = 1, z = 1
x = 2, y = 2, z = 2
None of these
Please type your answer before submitting.

None of these

Shariq Ansari
Shared from Data Types, Variables on Nov 09, 2015 1:59 AM

Which of the following symbols cannot print directly through printf statement?

 
=
>
" "
<
Please type your answer before submitting.

1