Answer Posted / sridhar
bcoz i have a cabability to celebrate the work well.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Write a program to know whether the input number is an armstrong number.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
code for replace tabs with equivalent number of blanks
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain what is gets() function?
Is int a keyword in c?
Do pointers take up memory?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Why is c platform dependent?
What is unsigned int in c?
What is binary tree in c?
Why do we use header files in c?
main() { printf("hello"); fork(); }
What is c definition?