In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?


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

Post New Answer

More C Interview Questions

How variables are declared in c?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Why is sizeof () an operator and not a function?

0 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


write a program to generate address labels using structures?

0 Answers   SJC,






for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


Is c high or low level?

0 Answers  


Do you know the use of fflush() function?

0 Answers  


why we need function pointers?

3 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


Categories