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 14507

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 7351

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 12138

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 5781

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 10248

what is the difference b/w NULL and null?

3 5502

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 4628

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

1491

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 12641

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

13 39427

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

4 15215

write a programme to convert temperature from farenheit to celcius?

4 8274

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..

1576

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

1 6873

a simple program in c language

5 5396

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

How will you style a cell using apache poi?

5


What is masking?

627


ratings of lightning arrester

1611


How to add elements in a hash in perl?

505


what are some good sas programming practices for processing very large data sets? : Sas programming

502






What is service method?

461


What is the difference between a sandbox solution & a farm solution?

438


Explain what are non-additive facts in detail?

576


Does mentioning the array name gives the base address in all the contexts?

770


What is Visualforce in Salesforce?

215


Where is control room?

187


What is collection in db2 bind?

567


Can we override tostring method in java?

521


Can you inherit from a static class in c#?

471


What is me variable?

5