say the following declaration is correct nr not.
int b=a,n=0;
Answers were Sorted based on User's Feedback
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 |
Write a program to find minimum between three no.s whithout using comparison operator.
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
What is the use of a static variable in c?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Concat two string with most overlapped substring has to remove "abcd"+ "cdef" = "abcdef
What is information technology.
What are data types in c language?
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?
what is calloc and malloc?
What are static variables in c?
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