How can I get back to the interactive keyboard if stdin is redirected?
No Answer is Posted For this Question
Be the First to Post Answer
how c source file in converted to exe file
What is the difference between int and float?
How can I remove the trailing spaces from a string?
What is c system32 taskhostw exe?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Difference Between embedded software and soft ware?
How would you write qsort?
Is c# a good language?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
what is calloc and malloc?