c program to compute AREA under integral
No Answer is Posted For this Question
Be the First to Post Answer
write a “Hello World” program in “c” without using a semicolon?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain what happens if you free a pointer twice?
What is modeling?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Is malloc memset faster than calloc?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Explain what is a pragma?
How does the C program handle segmentation faults?
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
How can you find out how much memory is available?