What is %g in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of C instructions?
second highest number in a given set of numbers
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.
Is main is a keyword in c?
can we print any string without using terminator?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What is the use of a ‘