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

CDAC Interview Questions
Questions Answers Views Company eMail

Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.

7084

Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 4718

write a c program to Create a registration form application by taking the details like username, address, phone number, email along with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 5 users and display the details. In place of password display “****”. (Use Structures).

10066

What do you understand from custom control?

598

How to create multi-dimensional array?

593

How to transpose multi-dimensional array?

549

What is the major difference between a custom control and user control?

547

Explain what is datagrid with an example?

577

How to add a javaScript function in a datagrid?

561

After normalization, what are the conditions which have to keep in mind to de-normalize it?

608

Explain normalization in one line?

630

Give the syntax of exception handling used in DBMS?

642

What are different types of blocks used in stored procedure?

625

What are different types of clusters present?

594

What is the difference between a stored procedure and a query?

583

Post New CDAC Interview Questions




Un-Answered Questions

How to convert struts to spring mvc?

522


How do you change the background color?

258


What are disadvantages of Drupal?

86


Which layout is mostly used in android?

462


What is the due date of P.Tax return filing for Staff? Yearly Tax amount with Rs. 30,000/-

1875






What are the various sectors in the hotel industry?

645


How to Save a QuickReport custom preview to text?

2867


Which event do you use to check whether the pivot table is modified or not?

1229


What do you mean by meta information in hdfs? List the documents related to metadata.

18


Does unicode support all languages?

509


Why is tomcat called tomcat?

431


Which nuclear reactor uses water as a coolant, moderator and reflector ?

616


What is equi join with example?

544


How to write a query with an inner join in ms sql server?

538


What is the best way to take screenshots of a window with c++ in windows?

561