Answer Posted / hemanthkumar
prinf("%""d");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do shell structures work?
Is main a keyword in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain what is the difference between #include and #include 'file' ?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
regarding pointers concept
Explain that why C is procedural?
Can a pointer be volatile in c?
Explain the use of 'auto' keyword in c programming?
What is the purpose of main( ) in c language?
Why is c called "mother" language?
Write a simple code fragment that will check if a number is positive or negative.
What is string function in c?
What is the difference between abs() and fabs() functions?