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 14550

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 7378

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 12169

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 5791

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 10288

what is the difference b/w NULL and null?

3 5529

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 4644

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

1502

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 12679

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

13 39513

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

4 15243

write a programme to convert temperature from farenheit to celcius?

4 8291

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

1587

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

1 6885

a simple program in c language

5 5419

Post New IBM C Interview Questions


IBM C Interview Questions


Un-Answered Questions

the present state of recession in the IT industry- as a human resource manager how are you going to undertake Human resource planning at macro level to tide over this crisis

2082


How the B and D channels share the line?

956


Where do we create House banks and what is the process in sap fico

968


What is a type in swift?

502


What are the key factors to consider in replicating the existing r/3 sales orders to crm? What do we lose if we do not replicate these sales order's over?

508






What is the domain? Key? : sap bobi

483


Command to connect vagrant via ssh?

426


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

713


Some animals have colors for protection. Which are they?

683


What are the specifications for conducting earth leakage test as per IEC standard?

1515


What is a node class in c++?

642


How to embed video and audio in html5?

474


What means dhtml?

455


x pay incentive to y with tds@10%.what is the journal entry in the books of x & y?

1685


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

612