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 13890

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


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 3965

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 4927

wat is the meaning of c?

9 8406

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

4 19454

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

4 7149

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

5 47401

who invented c

13 12846

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.

1475

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

4 26049

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

6 62319

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

2 3457

code for reverse alternate words from astring

1 11729

what is the c.

3 4532

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

How to move a drupal site from one host/server to another on your new host?

96


Explain using ant and give an small example?

50


What is target _top in html?

495


What is the function of freewheeling diodes in controlled rectifier?

683


How to copy file from HDFS to local?

38






what is the difference between ordinal and match index?

175


Is 2 gb ram enough for windows 7?

429


i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output

1565


What is a raw string in python?

441


What is the difference between a wood shake and wood shingles?

697


what do you mean by extended receiver determination ? what do you mean by value mapping replication ?

970


What is a feedback in control system?

748


What is automatic recording in uipath?

201


can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?

1515


What is ssl in sql server?

546