what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
Answer Posted / vikash ycp mumbai feb2010
//output: ikashpatel
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
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
Differentiate between Macro and ordinary definition.
Define Array of pointers.
Give differences between - new and malloc() , delete and free() ?
In a switch statement, what will happen if a break statement is omitted?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a program to swap two numbers without using third variable in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Why do we use main function?
What is static and auto variables in c?
write a program to display all prime numbers
What is selection sort in c?
Should I learn data structures in c or python?
Are negative numbers true in c?