What the different types of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know null pointer?
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 “****”.
Can a void pointer point to a function?
What is null in c?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
c pgm count no of lines , blanks, tabs in a para(File concept)
Why is this loop always executing once?
What is the difference between char array and char pointer?
write a program to find lcm and hcf of two numbers??
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
What is structure padding & expalain wid example what is bit wise structure?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);