Answer Posted / musharaf ali
every program start from the main function whatever main is defined anywhere in program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What will be the outcome of the following conditional statement if the value of variable s is 10?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is getche() function?
How can I handle floating-point exceptions gracefully?
Explain built-in function?
What is calloc()?
What is hashing in c language?
Do you know the use of 'auto' keyword?
What is .obj file in c?
What is wild pointer in c?
Explain about block scope in c?