Hierarchy decides which operator
a) is most important
b) is used first
c) is fastest
d) operates on largest numbers
What is the best way to store flag values in a program?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
c pgm count no of lines , blanks, tabs in a para(File concept)
C program to read the integer and calculate sum and average using single dimensional array
Write a program to add a given duration with time(24hrs format)
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Is it better to use a macro or a function?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is the use of define in c?
What is the difference between test design and test case design?
FILE PROGRAMMING