Why do we use int main instead of void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
How are pointers declared in c?
when user give a number it multiply with 9 without useing '+' and '*' oprator
Difference between linking and loading?
What is meant by high-order and low-order bytes?
How do I round numbers?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Explain two-dimensional array.
Is c# a good language?
Which are low level languages?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
an algorithem for the implementation of circular doubly linked list
What is nested structure?