Software Interview Questions
Questions Answers Views Company eMail

main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 8310

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,

27 91066

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

CitiGroup,

4 9860

main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

CISOC, CitiGroup, College School Exams Tests,

11 46395

main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

BTBP, CitiGroup,

9 20290

#include main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

CitiGroup,

5 13731

In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?

DataMetrix,

2 6890

How many fields(max) can be there in a transparent table?

iGate, Unilogic Software,

2 8398

A window is missing while copying a sapscript from one client to another client. What should be done?

2 7227

I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.

3 4302

What is Software Engineering? Please do explain in Brief.

Artech, Banyan Soft,

13 27824

what sould come under "tell about ur self"? need tempelate

3 4445

what is Persistent Testing.

Tera Informatics,

3 16477

what is the output of this query selet * from employee where 1=2

Tera Informatics,

7 9853

What are class A, B,C,...

Bank Of America, Banyan Soft,

12 21839


Un-Answered Questions { Software }

What are the questions we need while we go company for analysis to implementation SAP? What we need to know generally? How can we define we need abab for improvement?

1436


What is meant by a Least Cost Plan?

626


What is the difference between data blending and join?

184


Explain join() and split() in python.

477


What is the difference between the font and fontmetrics classes?

566






How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2732


What is splunk app?

137


What are the benefits of operations?

511


What are modes available in spy mode in ocr?

173


What is the default Timeout for SqlCommand.CommandTimeout property?

510


What is the difference between structural and attribute directives in angular?

438


How can I create database in mysql?

502


What is mysql ndb?

517


What is field partitioning in co-pa? : co-pa

609


What are structure members?

599