When is a void pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
write a progam to display the factors of a given number and disply how many prime numbers are there?
Are c and c++ the same?
Can you pass an entire structure to functions?
What is main () in c?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is the use of linkage in c language?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
A program to allow an input operand and operator from the operator and read on the display and output operand.
Why c is faster than c++?
What is a pointer in c plus plus?
write a program to print sum of each row of a 2D array.