What is a pointer and how it is initialized?
No Answer is Posted For this Question
Be the First to Post Answer
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 are lookup tables in c?
explain what are actual arguments?
Are the outer parentheses in return statements really optional?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
Is null valid for pointers to functions?
What is Full Form of C and Why We use C
Why does notstrcat(string, "!");Work?
What is the use of structure padding in c?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Why string is used in c?
how can i get output like this? 1 2 3 4 5 6