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 5121

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

10433

What do you understand from custom control?

780

How to create multi-dimensional array?

755

How to transpose multi-dimensional array?

735

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

744

Explain what is datagrid with an example?

781

How to add a javaScript function in a datagrid?

762

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

785

Explain normalization in one line?

800

Give the syntax of exception handling used in DBMS?

805

What are different types of blocks used in stored procedure?

806

What are different types of clusters present?

777

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

789

Post New CDAC Interview Questions




Un-Answered Questions

What is gpt and gpc? : java security

689


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

800


How can we implement a jsp page?

829


What is primeng?

554


The present state of recession in the IT industry as a human resource manger how are you going to undertake human resources planning at macro level to tide over this crisis ?

1820






What is cmd full form?

777


How is ‘build’ different from ‘release’?

834


EXPAND___________IMF

1927


What is iron ferrite?

794


write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )

2150


What is the standard size of font?

404


What are the file storage options provided by oracle database for oracle rac?

1


What is force balance principle?

899


Explain alternate text in image mapping?

706


How to split a string into a list?

648