say the following declaration is correct nr not.
int b=a,n=0;

Answers were Sorted based on User's Feedback



say the following declaration is correct nr not. int b=a,n=0;..

Answer / sandhiya19937

correct

Is This Answer Correct ?    13 Yes 8 No

say the following declaration is correct nr not. int b=a,n=0;..

Answer / kani

wrong

Is This Answer Correct ?    5 Yes 1 No

say the following declaration is correct nr not. int b=a,n=0;..

Answer / nishant kumar

it's wrong as u are asigning 'a' to 'b' without declaring its data type..

Is This Answer Correct ?    3 Yes 0 No

say the following declaration is correct nr not. int b=a,n=0;..

Answer / manoj

how the ans is correct can u explain

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


What is the use of a static variable in c?

0 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


Concat two string with most overlapped substring has to remove  "abcd"+ "cdef" = "abcdef

6 Answers  






What is information technology.

1 Answers  


What are data types in c language?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


what is calloc and malloc?

2 Answers  


What are static variables in c?

0 Answers  


compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


Categories