Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
what is the full form of c language
Explain two-dimensional array.
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Explain about the functions strcat() and strcmp()?
What is scope of variable in c?
What is #include conio h?
How can I dynamically allocate arrays?
Explain the difference between call by value and call by reference in c language?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
how can we Declare a variable in c without defining it.
Explain #pragma statements.