Answer Posted / raji
charless babbege
| Is This Answer Correct ? | 6 Yes | 42 No |
Post New Answer View All Answers
What is an auto keyword in c?
Is this program statement valid? INT = 10.50;
If fflush wont work, what can I use to flush input?
How can I insert or delete a line (or record) in the middle of a file?
What is the most efficient way to count the number of bits which are set in an integer?
What is string in c language?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain the use of keyword 'register' with respect to variables.
Explain what is the benefit of using enum to declare a constant?
How many types of sorting are there in c?
Why isn't it being handled properly?
Why double pointer is used in c?
In a switch statement, what will happen if a break statement is omitted?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the types of arrays in c?