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
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is actual argument?
When should the volatile modifier be used?
what type of language is C?
What is the use of the #include directive?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Compare and contrast compilers from interpreters.
HOW TO SWAP TWO NOS IN ONE STEP?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?