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 is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 13936

#include void main() { int a=5,b=6,c; int x=(a 8 18554


Explain this code. #include void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 3984

If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 4950

wat is the meaning of c?

9 8473

write a c program for greatest of three numbers without using if statment

4 19488

print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 7158

Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 47433

who invented c

13 12899

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1484

Code for calculating square root without using library function, of math.h

4 26083

write a program in c language to print your bio-data on the screen by using functions.

6 62379

Write a program in c using only loops to print * * * * * *******

2 3474

code for reverse alternate words from astring

1 11745

what is the c.

3 4549

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

Which phone os is most used?

512


Differentiate between gram +ve and gram -ve bacteria.

592


What is keyword query language (kql)?

783


i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .

1565


How can I copy just a portion of a string?

820






hi, as we know that the indian rupee is depeciating, i what to know why is it happenning, and wat will be the effects in the indian econony?

1558


hi all i like to know vat is power plot in control systems also i want to know abt latest trends in electrical & electronics

1466


Who made redux?

410


How to Preparation of online test

1076


How can you store job logs using AMC?

3


How splunk helps the enterprise?

144


How is an event handled in spring?

160


What is synchronized() block in objective c?

1


What is non-weighted code?

585


How to execute cql commands in neo4j?

1