Answer Posted / ataraxic
Or in other words
~5+1
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
how to count no of words,characters,lines in a paragraph.
How do you determine the length of a string value that was stored in a variable?
How is null defined in c?
What is getch?
Is c high or low level?
Explain what does a function declared as pascal do differently?
Explain the difference between call by value and call by reference in c language?
Why is not a pointer null after calling free?
Are comments included during the compilation stage and placed in the EXE file as well?
What is the explanation for the dangling pointer in c?
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.
Explain the properties of union. What is the size of a union variable
Describe the difference between = and == symbols in c programming?
What is structure padding and packing in c?
What is line in c preprocessor?