Do variables need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
how to introdu5ce my self in serco
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.
What are qualifiers in c?
What is ctrl c called?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What is void pointers in c?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Why static is used in c?
how to find greatet of 10 numbers without using array?
which operator is known as dummy operator in c?
Is it possible to initialize a variable at the time it was declared?
What are lookup tables in c?