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 10986

Post New Tieto C Interview Questions




Un-Answered Questions

What is a motion path in powerpoint 2010?

112


What is links in ms word?

324


What's the order in which the local objects are destructed?

826


Explain yarn twist?

5


What is meant by globalization?

565






What is dynamic alv in web dynpro ?

129


What is a stack pointer register?

603


Explain what stored procedure sp_replcounters is used for? : sql server replication

982


How many types of windows 7 are there?

423


What does $("P") will select?

494


How do you insert a border and shading in word 2007?

321


What does ctrl tab do in word?

311


What is a Database system?

510


what is the job responsilties of Sr. engineer in QA/QC deptt.

1570


When should a type cast not be used?

614