Is c easier than java?
No Answer is Posted For this Question
Be the First to Post Answer
what is constant pointer?
Place the #include statement must be written in the program?
How can you be sure that a program follows the ANSI C standard?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
In which area global, external variables are stored?
How can a program be made to print the line number where an error occurs?
sum of two integers values only other then integer it should print invalid input.
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
How can I automatically locate a programs configuration files in the same directory as the executable?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Can we assign integer value to char in c?
Write a simple code fragment that will check if a number is positive or negative.