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

IBM C Interview Questions
Questions Answers Views Company eMail

What are Storage Classes in C ?

32 130834

WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 90130

How do I declare a pointer to an array?

6 14707

Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 31140

What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c 9 21783


what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1

1 8744

In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 8212

what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 11952

What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 9398

What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation

10 15753

how to convert binary to decimal and decimal to binary in C lanaguage

7 28659

How to use c/c++ code in JAVA

10 22711

how many header file is in C language ?

44 83532

When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 5811

what is difference between ++(*p) and (*p)++

17 30936

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

Do we need to rebuild index after truncate?

1171


What is the current Cash Reserve Ratio?

1250


How to convert character strings into numeric values?

1225


How do I search for files containing specific text in linux?

853


Different types of authentication modes in .net framework ?

1090


What is the locale class?

1058


i hav applied for the post of engg. in iocl so please require the past test papers fro instrumentation engg please please help me and send me the papers or tell me the pattern and type of ques asked in examination......

2182


Can you give us an example of when you have provided excellent customer service?

1231


hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays

2440


What are the ethical considerations in deploying Generative AI solutions?

130


What is a Hive variable? What for we use it?

893


What are the procedures for remitting WCT?

2223


Eplain the terms of any recent merger which had taken place in India.(*****)Please any one know about this explain.

2548


Which versions of SAP NetWeaver you have used?

1122


i completed my b.tech.i want to prepare for civils. when new batch classes will start at rc reddy. plz mail me rajesh.mc28@gmail.com

2067