Answer Posted / hari
356
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What is the meaning of ?
How can I read data from data files with particular formats?
What is the purpose of macro in C language?
Can we assign integer value to char in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is wrong with this program statement?
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
How can I run c program?
What is the process of writing the null pointer?
What is the use of typedef in c?
What is || operator and how does it function in a program?
What is the right type to use for boolean values in c?
Is main is user defined function?