Tagged: C Interview

C Interview Paper

C Interview Paper

C Interview Questions Paper: 1. What is the difference between Char a[ ]=”string” and char *a=”String” 2. What is wrong with the code? The code was for conversion from Celsius to Fahrenheit : degF =5/9*(c+32) In code this line was wrong as we want 5/9 and that to be multiplied with...

Sasken C Interview Questions

Sasken C Interview Questions

Sasken C Interview Questions for Job Interview Seekers 1) If u have a linked list library, how do u design stack and queue using it; write pseudo code. 2) What are static variables and functions? 3) Write code in C to count the number of 1s in a character (1byte). 4)...