Answer Posted / krishna
Switch statement is a selection statement which is used in a situation where there exists various cases and one needs to jump over to the required statement without executing the precedence statements
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is #include stdio h?
Explain how do you generate random numbers in c?
In which layer of the network datastructure format change is done
Are bit fields portable?
Do array subscripts always start with zero?
List the difference between a "copy constructor" and a "assignment operator"?
what is recursion in C
What is dynamic variable in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Do you have any idea how to compare array with pointer in c?
Is javascript written in c?
why wipro wase
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 “****”.
What is dangling pointer in c?
If errno contains a nonzero number, is there an error?