hi friends how r u as soon in satyam my interview is start
but i m very confusued ta wat i do plz help me frndz wat
can i do plz tell me some question and answers related
with "C" which r asked in the interview .
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by recursion in c?
What is I ++ in c programming?
Explain how can I convert a string to a number?
What are the loops in c?
write a programme that inputs a number by user and gives its multiplication table.
What are pointers? What are different types of pointers?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is a dynamic array in c?
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What is meant by gets in c?
Is Exception handling possible in c language?