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
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
What are signals in C?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
how many key words availabel in c a) 28 b) 31 c) 32
convert 12345 to 54321 withoutusing strig
If input is 123 then how to print 100 and 20 and 3 seperately?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
How is actual parameter different from the formal parameter?
How can I write a function that takes a format string and a variable number of arguments?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What are the different types of pointers used in c language?