In a switch statement, what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
write a program to generate address labels using structures?
How can I manipulate individual bits?
How can I direct output to the printer?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
How to implement variable argument functions ?
Is there a way to compare two structure variables?
In which category does main function belong??
Can we use visual studio for c?
write a program structure to find average of given number