Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Tieto C Interview Questions
Questions Answers Views Company eMail

#include main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 10925

Post New Tieto C Interview Questions




Un-Answered Questions

What is the directory structure of laravel 5.6?

391


Do they know a tuple/list/dict when they see it?

503


How to get the definition of a user defined function back?

548


What are different type of selector in jQuery?

465


What is the rule of six for powerpoint?

107






How to make Biphasic media ?

1716


What do you mean incremental aggregation?

604


What is an android runtime?

515


what purose of the double circuit transmission line phase of the line phase changed for circuit-1 for Circuit-2 R-Y-B B-Y-R

1803


what is elastic and non elastic subrile?

541


How do I add a column to an excel spreadsheet?

305


What recent steps has PM Narendra Modi Government taken for betterment of Indian Economy?

587


What is nltk?

532


What are the different face shapes and its characteristics.

5


How to set colors to borders in html?

465