By using C language input a date into it and if it is right?


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

Post New Answer

More C Interview Questions

One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  


What is wrong with this declaration?

0 Answers  


What are the benefits of c language?

0 Answers  


define function

4 Answers   Assurgent, Sonata,


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  






What does volatile do?

0 Answers  


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


What is the concatenation operator?

0 Answers  


What are header files and what are its uses in C programming?

0 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


Categories