Is flag a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
code for quick sort?
Why cant I open a file by its explicit path?
Explain Basic concepts of C language?
Is c pass by value or reference?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
why effort estimation is important?
Explain the use of 'auto' keyword
c program to compute AREA under integral
What is scanf_s in c?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
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
Write a C program in Fibonacci series.