What is null character in c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
what is difference between strcmp & palindrome?
Tell us two differences between new () and malloc ()?
What is #line used for?
Why we use int main and void main?
How can you be sure that a program follows the ANSI C standard?
Write a program to add a given duration with time(24hrs format)
how to write a c program to print list of fruits in alpabetical order?
What does it mean when the linker says that _end is undefined?
Does free set pointer to null?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
write a program to print largest number of each row of a 2D array