What is a structure in c language. how to initialise a structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a progam to display the factors of a given number and disply how many prime numbers are there?
suppose there are five integers write a program to find larger among them without using if- else
What is a #include preprocessor?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
Hai what is the different types of versions and their differences
how to find a 5th bit is set in c program
how to find turn around time in operating system?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
can we write a program in c for printf and scanf without using header file stdio.h