What are global variables and explain how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getchar()?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
given post order,in order construct the corresponding binary tree
What are operators in c?
Explain what is a const pointer?
how to swap 2 numbers in a single statement?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are the types of i/o functions?
Write a factorial program using C.
what r the cpu registers r ther?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
when to use : in c program?