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.
7549Consider 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 5743write 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).
10794Post New CDAC Interview Questions
What is a hook in drupal?
What is the difference between synchronous & asynchronous task in ios?
Hello this is gaurav garg I have completed BCA. plz TEll me how will ask question in interview.
Distribution transformer we provided 2 separate earthing pit for Body and 2 separate earthing pit for neutral,we can not connect separate body earthing pit to other earthing pit but we do metal glanding in secondary side cable termination in both side, transformer and PCC panel (LT Panel), is this safe for transformer and other equipment?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is the best software for UML diagrams?
How do you use a href?
Explain object slicing in c++?
What is the use of virtual bc?
How many custom fields can I created in an object? : salesforce admin
How can one enable hot deployment in tomcat?
What is female owl called in english?
Is sql a backend language?
What is the maximum number of pcbs allowed in a psb?
Who is using .net core?