Explain what is a pragma?
No Answer is Posted For this Question
Be the First to Post Answer
How does C++ help with the tradeoff of safety vs. usability?
What is the auto keyword good for?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
write a c program to print "Welcome" without using semicolon in the whole program ??
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Explain the difference between #include "..." And #include <...> In c?
Is void a keyword in c?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Why cann't whole array can be passed to function as value.
How does placing some code lines between the comment symbol help in debugging the code?