void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Post New Answer View All Answers
What are shell structures used for?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Explain the difference between call by value and call by reference in c language?
What is scope rule in c?
What does c mean before a date?
Do array subscripts always start with zero?
What are the primitive data types in c?
Explain how can I write functions that take a variable number of arguments?
Describe wild pointers in c?
How can you read a directory in a C program?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
can any one provide me the notes of data structure for ignou cs-62 paper
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How do you define a function?