What are the benefits of c language?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
wtite a program that will multiply two integers in recursion function
How can a string be converted to a number?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is structure of c program?
find the size of structure without using the size of function
How do you determine whether to use a stream function or a low-level function?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Was 2000 a leap year?
who is first prime minister in india??
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
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????