Answer Posted / computer operator
dennis ritchi
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Can the curly brackets { } be used to enclose a single line of code?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is difference between function overloading and operator overloading?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What are the properties of union in c?
What does the function toupper() do?
Can you apply link and association interchangeably?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are the features of c languages?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is file in c preprocessor?
How can I automatically locate a programs configuration files in the same directory as the executable?
What does sizeof return c?
What is the symbol indicated the c-preprocessor?
Can math operations be performed on a void pointer?