Why doesnt long int work?


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

Post New Answer

More C Interview Questions

write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


what is the mean of c languages.

1 Answers   Polaris,


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


How can I delete a file?

0 Answers  






What is difference between static and global variable in c?

0 Answers  


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


The differences between Windows XP and Windows Visa

8 Answers   HCL,


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Categories