Is a house a shell structure?


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

Post New Answer

More C Interview Questions

Explain the use of #pragma exit?

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


How can I convert integers to binary or hexadecimal?

2 Answers  


List some applications of c programming language?

0 Answers  






Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


Write a program to find whether the given number is prime or not?

6 Answers  


Categories