Software Interview Questions



Software Interview Questions..

Answer / venkamma

better to see preves papers avalabule respected compines

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

what is the full form of c language

9 Answers   Satyam, TCS, VNC,


The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


Do pointers take up memory?

0 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


What is switch in c?

0 Answers  


Categories