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 9436

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

11 43518

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

1 2803

How can I access a memory located at certain address?

2 4301

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

2 3803

How can I read a directory in a c program?

1 3622

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

1 3677

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 7526

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

1 2907

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

1 2898

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

2 5391

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

3 10608

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

1618

Post New CSC C Interview Questions


CSC C Interview Questions


Un-Answered Questions

How do you concatenate strings in python?

450


What is the use of trigger manager?

33


What is ssh port forwarding?

483


What is lazy loading react?

154


Is VSS 5.0 compatible with a 4.0 database? Do I have to upgrade all users to the new version? What about 6.0?

765






interviw tips for bhel supervisor trainee

2275


Can you wipe clean a hard drive?

483


can you define yourself in one word?

606


can we describe the results of opening for input empty vsam files in a cobol program?

521


Explain the difference between css2 & css3?

287


What do you know about the rattle package in r?

52


detailed procedure how we calculate cost for pcc m10 and rcc m20 including centering and labour excluding steel/ iron

2578


Explain different types of collation sensitivity?

501


Explain the factors that influence group effectiveness

1626


What are swing components in java?

457