What is meant by initialization and how we initialize a variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is conio h in c?
What is meant by operator precedence?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Explain how can I prevent another program from modifying part of a file that I am modifying?
how could explain about job profile
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Explain about C function prototype?
How many identifiers are there in c?
write a programme that inputs a number by user and gives its multiplication table.
Why ca not I do something like this?
What is the scope of static variables?