What is the size of empty structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are keywords c?
Is r written in c?
What is equivalent to ++i+++j?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
how to copy a string without using c function
What is file in c preprocessor?
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 difference between struct and union in C?
Why double pointer is used in c?
Is double link list a linear data structure? If Yes, Why?If No, Why?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code