Explain #pragma statements.
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Write a program to print the prime numbers from 1 to 100?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
How can I read data from data files with particular formats?
What is assert and when would I use it?
Is there a way to switch on strings?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
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
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
what are the facialities provided by you after the selection of the student.
What is a pointer variable in c language?