which is conditional construct
a) if statement
b) switch statement
c) while/for
d) goto
No Answer is Posted For this Question
Be the First to Post Answer
how to make a scientific calculater ?
what is a stack
In scanf h is used for
how to print this sereis 2 4 3 6 5..........?
why return type of main is not necessary in linux
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What are the types of operators in c?
a program that can input number of records and can view it again the record
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
how i m write c program 1.check prime number 2.prime number series
When can a far pointer be used?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,