main()
{
int l=6;
switch(l)
{
default:l=l+2;
case 4:l=4;
case 5:l++;
break;
}
printf("%d",l);
}
how will you write a program on linked lists using JAVA programming???????????
difference between Low, Middle, High Level languages in c ?
What is the data segment that is followed by c?
Write a program to reverse a linked list in c.
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Write a function in c to find the area of a triangle whose length of three sides is given.
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is an identifier?
How can I return multiple values from a function?
Describe how arrays can be passed to a user defined function