Are there namespaces in c?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between constant pointer and pointer to a constant.
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
Why doesnt long int work?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
convert 0.9375 to binary
What is the use of getchar functions?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
what is a constant pointer in C
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference