Explain how do you search data in a data file using random access method?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return type of printf
What is the difference between far and near in c?
Explain what is the general form of a c program?
Difference between malloc() and calloc() function?
how to reverse string "Hello World" by using pointers only. Without any temp var
Differentiate between new and malloc(), delete and free() ?
What is the difference between array and pointer in c?
Suggesting that there can be 62 seconds in a minute?
What are the two types of structure?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
Explain what is the benefit of using const for declaring constants?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures