In some programs we see return 0 while in others return 1 is used.What is the difference between the two?
tell about why the alphabet C is used ? What does it stands for?
I found https://fingertips.co.in/data-science-pay-after-placement. They are offering good career support assistance and their services look promising. Can anyone guide me on a goo ...
I recently tried broad spectrum CBD https://cbdforlife.us/products/cbd-oral-spray in place of the ahead continuously and I requisite assert, I'm impressed with the results. I felt ...
Why is c programming language called as structured programming language?
Please suggest some good books to study for c programming preparations.
What site is the best video tutorial website for learning C programming?
What do you mean by preprocessor directives in c language?What are its different types?
1.average mark obtained by each student. 2.print the roll number and average marks of the students whose average mark is above 80. 3.print the roll number and average marks of th ...
what do you mean by different storage classes used in c language?
What are the different kinds of jump statements 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.
The pre and post increment with *, I am confused here. Is it pointer in the first two cases?
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.
Two short circuit logical operators available in C language.Name two and explain.
We cannot use any loop, for, do while, while. Print without the use of loop?