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

Why do u use # before include in a C Progam?

9 14583

what will be the output of this program? #include #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 7397

write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4

9 12221

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 5806

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 10330

what is the difference b/w NULL and null?

3 5544

input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 4663

Which is the memory area not included in C program? give the reason

1510

Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 12717

Write a program to print prime nums from 1-20 using c programing?

13 39585

How to convert decimal to binary in C using recursion??

4 15269

write a programme to convert temperature from farenheit to celcius?

4 8307

If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1596

Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 6899

a simple program in c language

5 5450

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

NARRATE A STORMY NIGHT?

1975


What method is used to draw an image using canvas?

424


step by step procedure to find out the percentage of steel in coloum,beam,slab,footing in detailed

1918


Explain the difference between unlink() and unset()?

539


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

660






What is jdbc abstraction and dao module?

168


Does changing wordpress theme affect seo?

101


What is DRA in bank reconciliation.

1490


What is endianness of a system and how do different systems communicate with each other?

442


what is the significance of static storage class specifier?

1667


How each of the following losses occur in d.c machines (i) copper (2)core (3) windage (4)friction please help me

1597


Some omeone on campus calls and says they have a new Mac. They've just pulled it out of the box and want to plug it into the campus network. What might they need to set to make this work?

673


How many types of methods are there in java?

530


Give truth table for a half adder, give a gate level implementation of the same?

589


Which is faster c++ or java?

520