What is pointer and structure in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is an lvalue in c?

0 Answers  


write a program to concatenation the string using switch case?

0 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,






Is there a way to jump out of a function or functions?

0 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


Are there namespaces in c?

0 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


What is the difference between union and structure in c?

0 Answers  


Categories