Can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
Place the #include statement must be written in the program?
When should a type cast be used?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
where are auto variables stored? What are the characteristics of an auto variable?
What are qualifiers and modifiers c?
what is array?
By using C language input a date into it and if it is right?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
what is diff b/w huge & far & near pointer??
What is static memory allocation?