Explain data types & how many data types supported by c?
No Answer is Posted For this Question
Be the First to Post Answer
what is op? for(c=0;c=1000;c++) printf("%c",c);
What is variable initialization and why is it important?
What is call by value in c?
What standard functions are available to manipulate strings?
What is wrong with this initialization?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is an anonymous union and where to apply that ?
What are identifiers in c?
Explain what are the standard predefined macros?
What is #define in c?
What is the purpose of 'register' keyword?
What are the advantages and disadvantages of a heap?