How do shell structures work?


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

Post New Answer

More C Interview Questions

Explain what is the benefit of using #define to declare a constant?

0 Answers  


difference between memcpy and strcpy

1 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


what is the self-referential structure?

1 Answers  


What is the difference between variable declaration and variable definition in c?

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


What is meant by high-order and low-order bytes?

0 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

0 Answers   Wipro,


Write a program on swapping (100, 50)

0 Answers   BPL,


What is property type c?

0 Answers  


what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,


Categories