What is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
Is c still used?
in iso what are the common technological language?
What does it mean when a pointer is used in an if statement?
Can you subtract pointers from each other? Why would you?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Write a program in C to reverse a number by recursive function?
What is oops c?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is the best way of making my program efficient?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
what is c++ programming?
diff. between *p and **p