Why doesnt this code work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is structuer?

4 Answers   LG Soft, Wipro,


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,






How to reverse a string using a recursive function, with swapping?

5 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


What is difference between && and & in c?

0 Answers  


What are the types of bitwise operator?

0 Answers  


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


Create a registration form application by taking the details like username, address, phone number, email 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 3 users and display the details. While taking input password must appear as “****”.

0 Answers  


Categories