How are structure passing and returning implemented?
No Answer is Posted For this Question
Be the First to Post Answer
What is the right type to use for boolean values in c? Is there a standard type?
What is an identifier?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Explain the advantages of using macro in c language?
Explain enumerated types.
Explain the Difference between the New and Malloc keyword.
Is multithreading possible in c?
What does static variable mean in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
what is the use of c program?
4 Answers Synergy, Web Synergies,