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 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 11039

Post New Tieto Interview Questions




Un-Answered Questions

What are the limitations of jsonp?

1


What is sticky form in php?

497


Is file format in data services type of a data store?

17


Tell me two most commonly used commands in HDFS?

30


How is sio2 layer formed in a monolithic ic?

623






is it necessary to earth the rmu before cutting off the transformer winding?if yes why?

1470


Can a final method be overloaded?

504


What are the two ways of producing a list within a transaction?

614


How do I enable links to an external workbook in excel?

300


If there are some customers quarrelling in your office what would you do?

726


Is dental x-rays are safe?

462


What does refresh system mean, and what are its distinctive choice?

564


Explain the purpose of a classifier?

41


How does join work in sql?

550


How can I insert images into a Mysql database?

559