Answer Posted / srinivash
to store the address of a variable which s effective in
fuction calling by call by reference r call by address method
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
write a program to concatenation the string using switch case?
What is fflush() function?
What is structure padding in c?
Can we declare function inside main?
please give me some tips for the placement in the TCS.
Is c call by value?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What are enums in c?
Differentiate between a for loop and a while loop? What are it uses?
Explain what is wrong in this statement?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
in iso what are the common technological language?
What are the advantages of using macro in c language?
When we use void main and int main?
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 “****”.