what is the diffrenet bettwen HTTP and internet protocol


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

to find the program of matrix multiplication using arrays

6 Answers   Bhel,


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


How many data structures are there in c?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,






What is the meaning of int *x[]();?

1 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


How would you write qsort?

1 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


Categories