C Programming
What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5049 दृश्य
- 2 उत्तर
Can someone explain the concept of pre and post increment in C?
Please explain ++i and i++ use with example. It confuses me many times, which one increment its value first and when assigned?
- 4207 दृश्य
- 3 उत्तर
Left Shift and Right Shift Operators in C
Can someone please explain the concept of Left and Right shift operators? How do we deal with binary in this?
- 6522 दृश्य
- 2 उत्तर
Write a program to calculate the following series:
Write a program to calculate the following series: S=1!+2!+3!+4!+..............................+n.
- 5663 दृश्य
- 1 उत्तर
How to dynamically allocate a 2D array in C?
I know how to allocate 2D array but dynamically allocation is not clear. Would be thankful if someone will answer.
- 4241 दृश्य
- 1 उत्तर
Explain the difference between while loop and do-while loop.
Explain the difference between while loop and do-while loop.Different ways of using for loop.
- 4443 दृश्य
- 1 उत्तर
Mention the four important part of looping.
Explain in detail the four important part of looping in detail with explain.
- 3720 दृश्य
- 1 उत्तर
How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4166 दृश्य
- 1 उत्तर
Write a program to store 5 elements in the array P and 3 elements in the array Q.Produce a third array R after joining the array P and Q.Display the resultant array.
program to store 5 elements in the array P and 3 elements in the array Q.
- 4554 दृश्य
- 1 उत्तर
C programming Program to print the Fibonacci series up to n numbers.
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 ...
- 3774 दृश्य
- 1 उत्तर
What does a person require to opt C programming as a career?
give an idea of what a person need to do before going for C Programming as a career option.
- 3351 दृश्य
- 2 उत्तर