When should you not use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you search data in a data file using random access method?
what is mean by Garbage collection ? Please answer me. Advance thanks.
biggest of two no's with out using if condition statement
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
How can I read data from data files with particular formats?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
why we are using semicolon at the end of printh statment
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
how the compiler treats any volatile variable?Explain with example.