what are the facialities provided by you after the
selection of the student.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


How variables are declared in c?

0 Answers  


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


Write a program in c to input a 5 digit number and print it in words.

11 Answers  






write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5

8 Answers   Aptech, Infosys,


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


What are the features of c language?

0 Answers  


What does c value mean?

0 Answers  


what is bitwise operator?

1 Answers   IBM,


Why array starts with index 0

2 Answers  


Categories