What is pragma c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is meant by high-order and low-order bytes?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What is the maximum no. of arguments that can be given in a command line in C.?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What is the Lvalue and Rvalue?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Write a function to find the area of a triangle whose length of three sides is given
How would you sort a linked list?
Explain demand paging.
write a own function for strstr
What is derived datatype in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.