How can you invoke another program from within a C program?
No Answer is Posted For this Question
Be the First to Post Answer
can we implement multi-threads in c.
Write a program to print numbers from 1 to 100 without using loop in c?
The variables are int sum=10,SuM=20; these are same or different?
Is it cc or c in a letter?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Write a program to swap two numbers without using third variable?
What is clrscr ()?
write an algorithm and a program to count the number of elements in a circularly singly linked list
inline function is there in c language?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
What does & mean in scanf?
how to swap 4 number without using temporary number?