How do shell structures work?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
why division operator not work in case of float constant?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
What are integer variable, floating-point variable and character variable?
What is a newline escape sequence?
What is an arrays?
Can math operations be performed on a void pointer?
How can you increase the size of a dynamically allocated array?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
Why dont c comments nest?
marge linklist
What is the difference between array and structure in c?