Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

CSC C Interview Questions
Questions Answers Views Company eMail

main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 9516

write a c program to find the roots of a quadratic equation ax2 + bx + c = 0

11 43664

How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 2828

How can I access a memory located at certain address?

2 4346

How can we allocate array or structure bigger than 64kb?

2 3826

How can I read a directory in a c program?

1 3651

How can I increase the allowable number of simultaneously open files?

1 3710

1. What will be the output of the following programs. a) #include Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 7610

simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 2939

i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 2927

main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 5422

main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 10663

Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1646

Post New CSC C Interview Questions


CSC C Interview Questions


Un-Answered Questions

What is data type long in c?

614


What are the different subsets of sql?

940


How will you know which machine learning algorithm to choose for your classification problem?

60


what is deadletter queue?

270


Explain the value of colour with the help of a value chart.

5






what is the difference b/w gain and profit?

1495


compact tasks and types?

5


How does NameNode tackle DataNode failures?

871


How to do many to many mapping in hibernate?

160


What are different oops concepts?

565


What is heat treatment?

632


How to keep file validation in apache-wicket if no file has been selected?

5


Why static constructor is parameterless in c#?

590


For removal of formwork of simply supported slab / beam from where to start the deshuttering? ( Max Bending moment of the simply supported beam is in the center hence is it required to start from the supports?)

1513


What type of compesation and rewards available in most of the organisations? and how to improve it?

2038