Explain what is the difference between functions getch() and getche()?
No Answer is Posted For this Question
Be the First to Post Answer
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
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
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program to swap two numbers without using a temporary variable?
what is the importance of spanning tree?
What is the best style for code layout in c?
What is the advantage of c?
why arithmetic operation can’t be performed on a void pointer?
List the difference between a While & Do While loops?
Is the following code legal? struct a { int x; struct a b; }
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the value of h?