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 13855

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


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 3944

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 4894

wat is the meaning of c?

9 8343

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

4 19421

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

4 7099

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

5 47358

who invented c

13 12812

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.

1464

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

4 26007

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

6 62168

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

2 3443

code for reverse alternate words from astring

1 11718

what is the c.

3 4497

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

How do I get my windows start menu back?

404


Explain how do motion detectors work?

563


How do you ensure that your engineering designs align with the specific needs and conditions of local farmers and agricultural communities?

777


How to get image width height in angular js, before uploading a file?

462


What is recovery/error testing?

586






What are the differences between include directive and include action?

532


What is umbrella header?

1


How can Indian Economy be developed?

671


What is the thinnest layer of the suns atmosphere?

131


What is the difference between standard margin and gross margin?

323


What is apache spark architecture?

212


what are the features of scala?

1


whenever run depreciation, automatically updation income tax depreciation with the same percentage?What is the problem?can u give me solution?

1517


Define norton equivalent circuit?

603


operation of protection relay watchdog contact?

1924