What is n in c?


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

Post New Answer

More C Interview Questions

How can I access a memory located at certain address?

2 Answers   CSC,


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


Tell me when would you use a pointer to a function?

0 Answers  


What are qualifiers in c?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,






What do you mean by team??

5 Answers   Student,


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


What is define c?

0 Answers  


where do we use volatile keyword?

1 Answers  


What is difference between class and structure?

0 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


Categories