Did c have any year 2000 problems?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt this code work?
the operator for exponencation is a.** b.^ c.% d.not available
3. 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
what is the diff b/w static and non static variables in C. Give some examples plz.
What is pass by value in c?
write a programe to find the factorial of given number using recursion
Can you think of a way when a program crashed before reaching main? If yes how?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What are the valid places to have keyword “break”?
Explain how do you sort filenames in a directory?
What is the difference between fread buffer() and fwrite buffer()?
Q. where is the below variables stored ? - volatile, static, register