Close sidebar
Discussion Q & A's of
C Programming

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?

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?

Write a program to calculate the following series:

Write a program to calculate the following series: S=1!+2!+3!+4!+..............................+n.

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.

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.

Mention the four important part of looping.

Explain in detail the four important part of looping in detail with explain.

How will you print “Hello World” without semicolon?

Can we print Hello world without the use of semicolon at the end of printf?

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 ...

can u define type of pointer ??

give name of all type pointer

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.

Practice Mock Test
C Programming