Answer Posted / e
(.) is the period operator
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
How to define structures? ·
Write a simple code fragment that will check if a number is positive or negative.
Is it cc or c in a letter?
What is a constant and types of constants in c?
What is #ifdef ? What is its application?
What is dangling pointer in c?
What does %d do?
What are the 5 data types?
what will be the output for the following main() { printf("hi" "hello"); }
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Linked lists -- can you tell me how to check whether a linked list is circular?
Why is c called c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Is file a keyword in c?
What is the difference between pure virtual function and virtual function?