Write a program to print ASCII code for a given digit.
No Answer is Posted For this Question
Be the First to Post Answer
Identify the operators that is not used with pointer a. && b. # c. * d. >>
how to set Nth bit of a variable?
Differentiate between a for loop and a while loop? What are it uses?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Tell me with an example the self-referential structure?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Is void a keyword in c?
any string of bits of length 'n' represents a unique non- negative integer between.............?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
When should a far pointer be used?
swap 2 numbers without using third variable?
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 “****”.