Why c is called a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to initialize a variable at the time it was declared?
What is the right way to use errno?
How can I ensure that integer arithmetic doesnt overflow?
What are the differences between Structures and Arrays?
Explain 'bus error'?
What is meant by keywords in c?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
how many key words availabel in c a) 28 b) 31 c) 32
What are logical errors and how does it differ from syntax errors?
What is c standard library?
what is the difference between getch() and getche()?