Distinguish between actual and formal arguments.
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
What is structure data type in c?
What is assignment operator?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
How important is structure in life?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Where local variables are stored in c?
How can I read/write structures from/to data files?
How many types of operators are there in c?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
how to print "hai" in c?