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 9526

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

11 43699

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

1 2840

How can I access a memory located at certain address?

2 4357

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

2 3840

How can I read a directory in a c program?

1 3660

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

1 3723

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 7621

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

1 2950

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

1 2935

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

2 5437

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

3 10685

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

1650

Post New CSC C Interview Questions


CSC C Interview Questions


Un-Answered Questions

Find MAXIMUM of three distinct integers using a single C statement

622


How will you unmirrored a vg if a pv gets failed?

5


Name the different types of CRM?

328


Why are number ranges configured in srm ?

533


How do I manually install a driver in windows 7?

443






How to make object serializable in java?

542


What are the different networking options used in openstack?

30


What is the difference between new and override?

550


Define break schedules?

584


What is timestamp of a file in linux?

450


Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.

2039


What is difference between local and global scope in javascript ?

528


What does “READ SQL DATA” do?

59


Tell us your 2 strengths and weakness. Give examples.

670


A dd statement consists of 4 fields. Name them?

922