What are shell structures used for?


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

Post New Answer

More C Interview Questions

Explain what is the difference between functions getch() and getche()?

0 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What are the languages are portable and platform independent?Why they are like that?

1 Answers   Excel, Satyam,


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


What are data types in c language?

0 Answers  


What language is c written?

0 Answers  


Categories