what is diff b/w huge & far & near pointer??
Answer / mani
far pinters are of 32 bits n near pointers are of 16 bits
| Is This Answer Correct ? | 7 Yes | 0 No |
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
who is the founder of c
19 Answers College School Exams Tests, HP,
What are local variables c?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is difference between structure and union in c?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Write a program in c to input a 5 digit number and print it in words.
How can a number be converted to a string?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
The differences between Windows XP and Windows Visa
Program to simulate second clock
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