What is difference between main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between strcpy() and memcpy() function?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
what is the need for main function in c?
Can include files be nested? How many levels deep can include files be nested?
What is return in c programming?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
what is meant by c
What happens if header file is included twice?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
write a program to remove duplicate from an ordered char array? in c
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
HOW DO YOU HANDLE EXCEPTIONS IN C?