How we can insert comments in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Explain what standard functions are available to manipulate strings?
how 2 compile & execute c program with out using editor?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
how to connect oracle in C/C++.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is hashing in c?
How can I find out the size of a file, prior to reading it in?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is a class?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
What are register variables? What are the advantage of using register variables?