How do you determine the length of a string value that was stored in a variable?
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 does return 1 means in c?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
What are the 3 types of structures?
What is the difference between near, far and huge pointers?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Are the expressions * ptr ++ and ++ * ptr same?
What is the difference between null pointer and wild pointer?
Explain the use of #pragma exit?
What 'lex' does?
errors in computer programmes are called
how we do lcm of two no using c simple if while or for statement