Answer Posted / lovely
How to crack applitude test
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of 'extern' keyword in a function declaration?
What does sizeof int return?
Explain why can’t constant values be used to define an array’s initial size?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is c++ used for today?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
can any one tel me wt is the question pattern for NIC exam
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 pointers in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What does %p mean?
Tell me with an example the self-referential structure?
How to implement a packet in C
Is it possible to initialize a variable at the time it was declared?