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.
7593Consider 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 5823write 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).
10841Post New CDAC Interview Questions
What is css template?
Explain pipe() operation. How it writes the result to the standard output?
What is a secondary namenode?
What is difference between adobe’s photoshop & adobe’s photoshop extended?
What are the categories of Dimension?
What is the default left margin in word 2003 document?
How transient variable is different from volatile variable?
What are selectors in jquery? : jQuery Mobile
What are the segments in asset master ? : fi- asset accounting
What is the function func_num_args() used for?
How to calculate canal slope curvature qty!
What is title tag?
How do I access a variable of the first host in a group?
Why do we use spark?
Why is oracle used?