Who invented bcpl language?
No Answer is Posted For this Question
Be the First to Post Answer
How does free() know how many bytes to free?
What is call by value in c?
Which weighs more, a gram of feathers or a gram of gold?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What is "Duff's Device"?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is enumerated data type in c?
How can this be legal c?
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
explain what is an endless loop?
Explain is it valid to address one element beyond the end of an array?