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.

7288

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 5116

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).

10427

What do you understand from custom control?

778

How to create multi-dimensional array?

755

How to transpose multi-dimensional array?

731

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

740

Explain what is datagrid with an example?

779

How to add a javaScript function in a datagrid?

761

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

785

Explain normalization in one line?

795

Give the syntax of exception handling used in DBMS?

804

What are different types of blocks used in stored procedure?

804

What are different types of clusters present?

776

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

788

Post New CDAC Interview Questions




Un-Answered Questions

Explain about Market Research, Methods and data analysis.

5


What are the tools included in lightning ?

291


How do you execute your tests from windows run command?

1633


What is print_r?

652


Why is java used?

664






What are the different types of arguments?

733


How many valves is tomcat configured with?

591


What is a method that attempts to reduce the complexity levels of aging legacy software? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering

2154


How do I test one variable against multiple values?

666


Is php a float?

732


What are vaious etl tools in the market?

734


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1863


How can we recover a file that was deleted in linux?

559


Explain user account with reference to oracle.

735


What are the different types of classes implemented in the set interfaces? : java collections

803