what do you mean by different storage classes used in c language?
Please explain ++i and i++ use with example. It confuses me many times, which one increment its value first and when assigned?
Can someone please explain the concept of Left and Right shift operators? How do we deal with binary in this?
Write a program to calculate the following series: S=1!+2!+3!+4!+..............................+n.
I know how to allocate 2D array but dynamically allocation is not clear. Would be thankful if someone will answer.
Explain the difference between while loop and do-while loop.Different ways of using for loop.
Explain in detail the four important part of looping in detail with explain.
Can we print Hello world without the use of semicolon at the end of printf?
program to store 5 elements in the array P and 3 elements in the array Q.
Program to print the Fibonacci series up to n numbers. Write its pseudo code.Use a for loop.kindly provide a programme using c. Algorithm: step1:start step2:declare a,b,c,n,i ...
give an idea of what a person need to do before going for C Programming as a career option.