What is %d used for?
No Answer is Posted For this Question
Be the First to Post Answer
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 Array?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
write a c program in such a way that if we enter the today date the output should be next day's date.
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is operator precedence?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How to avoid structure padding in C?
What is .obj file in c?
What are the different types of control structures?