what are the interview question's in the language c
Answer Posted / shruti_kamthe
Interview questions in C would be :
- what are pointers?
- what do the .h files mean?
my fav ques - which i will always ask is :
** what is the differance between a[0] and *a.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I read data from data files with particular formats?
What is the difference between break and continue?
What is ponter?
Can you define which header file to include at compile time?
What is the difference between ++a and a++?
Do you know pointer in c?
Can a pointer point to null?
What is strcpy() function?
write a program to find out prime number using sieve case?
How do I send escape sequences to control a terminal or other device?
What is break statement?
List a few unconditional control statement in c.
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Why is c called a structured programming language?
Which is better oop or procedural?