Explain how do you determine a file’s attributes?
No Answer is Posted For this Question
Be the First to Post Answer
How does struct work in c?
What is cohesion in c?
which will be first in c compiling ,linking or compiling ,debugging.
Discuss the function of conditional operator, size of operator and comma operator with examples.
Mention four important string handling functions in c languages .
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
How are variables declared in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are the types of assignment statements?
Program to display given 3 integers in ascending order
Why should I prototype a function?
What does a run-time "null pointer assignment" error mean?