C Programming
What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 4911 Views
- 2 Answers
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?
- 4104 Views
- 3 Answers
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?
- 6421 Views
- 2 Answers
Write a program to calculate the following series:
Write a program to calculate the following series: S=1!+2!+3!+4!+..............................+n.
- 5554 Views
- 1 Answers
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.
- 4159 Views
- 1 Answers
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.
- 4336 Views
- 1 Answers
Mention the four important part of looping.
Explain in detail the four important part of looping in detail with explain.
- 3587 Views
- 1 Answers
How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4072 Views
- 1 Answers
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.
- 4468 Views
- 1 Answers
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 ...
- 3655 Views
- 1 Answers
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.
- 3246 Views
- 2 Answers