Is a house a mass structure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is structuer?

4 Answers   LG Soft, Wipro,


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 “****”.

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,


Explain how can I pad a string to a known length?

0 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,






how can we Declare a variable in c without defining it.

1 Answers   TCS,


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is the general form of a C program?

0 Answers  


what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


Categories