Tell me what is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use header files in c?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
what is the advantage of software development
What is the use of pragma in embedded c?
what is void pointer?
What is string concatenation in c?
What is advantage of pointer in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What does *p++ do?
inline function is there in c language?