write a progrmm in c language take user interface generate
table using for loop?


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

Post New Answer

More C Interview Questions

What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


How do you determine whether to use a stream function or a low-level function?

0 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


What are loops c?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  






which operator is known as dummy operator in c?

2 Answers   Wipro,


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


What are the advantages of the functions?

0 Answers  


What is typeof in c?

0 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

0 Answers   XYZ,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Categories