How are Structure passing and returning implemented by the complier?
No Answer is Posted For this Question
Be the First to Post Answer
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
main is a predefined or user define function if user defined why? if predefined whay?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
what is the importance of spanning tree?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What is the difference between exit() and _exit() function in c?
how to swap 2 numbers within a single statement?
What is an identifier?
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
What is context in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555