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

Why doesnt that code work?

0 Answers  


What is substring in c?

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


How pointer is different from array?

0 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  






how many error occurs in C language ?

22 Answers   Infosys, Wipro,


Tell me the use of bit field in c language?

0 Answers  


 Illustrate it   summing the series 2+4+6+......to n terms using  (i) while loop (ii) do-while loop

2 Answers  


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


Is main is a keyword in c?

0 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


what is the different between data structure and data type?

1 Answers   Ignou,


Categories