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
Where are some collections of useful code fragments and examples?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
What's the right way to use errno?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Which weighs more, a gram of feathers or a gram of gold?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Why & is used in scanf in c?
WAP to accept first name,middle name & last name of a student display its initials?
how we can make 3d venturing graphics on outer interface
Why is C language being considered a middle level language?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?