Is flag a keyword in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

code for quick sort?

0 Answers  


Why cant I open a file by its explicit path?

0 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


Is c pass by value or reference?

0 Answers  


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

0 Answers  


why effort estimation is important?

1 Answers  


Explain the use of 'auto' keyword

0 Answers  


c program to compute AREA under integral

0 Answers   Infosys,


What is scanf_s in c?

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


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

0 Answers   Accenture,


Write a C program in Fibonacci series.

0 Answers   iNautix,


Categories