What is the -> in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 “****”.
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
write a “Hello World” program in “c” without using a semicolon?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is bss in c?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
What Is The Difference Between Null And Void Pointer?
Explain the binary height balanced tree?
write a program to interchange the value between two variable without using loop
What are loops in c?
What is a pragma?
What is pointer and structure in c?