How to print %d in output
Answers were Sorted based on User's Feedback
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 a structure and why it is used?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
How many identifiers are there in c?
Why c language is called c?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
What language is windows 1.0 written?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
code for selection sort?
What is the purpose of the fflush() function in C?
How can I set an array's size at run time?
What is the OOPs concept?