Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 11416

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

11 47030

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

1 3498

How can I access a memory located at certain address?

2 5272

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

2 4711

How can I read a directory in a c program?

1 4348

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

1 4479

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 9586

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

1 3666

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

1 3676

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

2 6490

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

3 11817

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

2167

Post New CSC C Interview Questions


CSC C Interview Questions


Un-Answered Questions

Does word have reveal codes?

562


What is dc current source? Differentiate between ideal and non ideal current sources?

1413


"Co-polymers" consist of two different monomers ("a" and "b") joined in an alternating fashion (ababab...). Block co-polymers also consist of two different monomers, but in this case blocks of polymer containing only a units are joined to blocks of polymer containing only b units (aaaaabbbbb...). How might block co-polymers be synthesized? : Polymer Chemistry

1066


What is open loop and control loop systems?

1097


What is the problem with the small file in Hadoop?

615


What is f2 on a laptop?

556


Where have you seen the greatest success in how blockchain has impacted the food industry so far? Are there any case study examples you can share?

1


What is the use of sizeof () in c?

1013


What is hql in hadoop?

314


How do I open a link into a new window?

886


What does === mean in js?

870


Why vector class is used?

954


How is my education and work experience benefit NABARD?

1258


What is gpa user functions?

1


The application of the should retrieve data from your user’s mobile every five minutes and also the data keep in dynamodb, later on, a daily basis at a specific time the data is extracted into s3 on a per-user basis then your application is later wont to visualize the data to the user. The user is asked to optimize the design of the backend system to lower price, what would you recommend?

224