In a switch statement, explain what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
what is the different between data structure and data type?
c pgm count no of lines , blanks, tabs in a para(File concept)
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
how can we print hellow world programme without using semicolon
What is the difference between a function and a method in c?
When should volatile modifier be used?
Is int a keyword in c?
A program to allow an input operand and operator from the operator and read on the display and output operand.
what is the output of printf("%d",(scanf("%d",10));
Explain the use of bit fieild.
What are the different types of constants?