What is the difference between procedural and declarative language?
No Answer is Posted For this Question
Be the First to Post Answer
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What is operator precedence?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
What is the use of #define preprocessor in c?
what is the function of pragma directive in c?
What are the types of type specifiers?
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 void pointer and null pointer in c language?
Explain how can a program be made to print the name of a source file where an error occurs?
Why doesn't the code "a[i] = i++;" work?
Is flag a keyword in c?
What are dynamically linked and statically linked libraries?