How can I invoke another program or command and trap its output?
No Answer is Posted For this Question
Be the First to Post Answer
How will you delete a node in DLL?
What is bash c?
Write a progarm to find the length of string using switch case?
What are the 3 types of structures?
main() {int a=200*200/100; printf("%d",a); }
what is op? for(c=0;c=1000;c++) printf("%c",c);
char ch=10;printf("%d",ch);what is the output
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
How can I get the current date or time of day in a c program?
what is a function pointer and how all to declare ,define and implement it ???
What are external variables in c?
Explain the concept and use of type void.