What type of function is main ()?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to perform some of the operation which can be performed using Single linked list
could u able to tell about suresoft technical session
Why can’t we compare structures?
what is 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 “****”.
What is the use of keyword VOLATILE in C?
what is computer
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
what is the importance of spanning tree?
What is the difference between functions getch() and getche()?
what is a NULL pointer?
What is a static variable in c?