What will the code below print when it is executed?
int x = 3, y = 4;
if (x = 4)
y = 5;
else
y = 2;
printf ("x=%d, y=%d
",x,y);
No Answer is Posted For this Question
Be the First to Post Answer
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the use of the sizeof operator?
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.
write a method for an array in which it can display the largest n next largest value.
What is far pointer in c?
What is structure in c language?
Explain why c is faster than c++?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the purpose of main() function?
What is the difference b/w Structure & Array?
Program to simulate second clock
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......