what is the syallabus of computer science students in group-
1?


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

Post New Answer

More C Interview Questions

input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


What does typeof return in c?

0 Answers  


What is the scope of static variables?

1 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,






what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


What are different storage class specifiers in c?

0 Answers  


How many types of operator or there in c?

0 Answers  


What is a union?

0 Answers  


difference between c and c++?

2 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

0 Answers   Wipro,


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


Categories