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

What is c value paradox explain?

0 Answers  


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


How to write a multi-statement macro?

0 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,






The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


What is the role of && operator in a program code?

0 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What is int main () in c?

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


What is sizeof in c?

0 Answers  


Categories