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.
No Answer is Posted For this Question
Be the First to Post Answer
explain what is a newline escape sequence?
How is null defined in c?
which one is better structure or union?(other than the space occupied )
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Explain what is wrong with this program statement? Void = 10;
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Differentiate between new and malloc(), delete and free() ?
Write a program to find minimum between three no.s whithout using comparison operator.
Describe how arrays can be passed to a user defined function
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What are keywords in c with examples?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?