What is identifiers in c with examples?


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

Post New Answer

More C Interview Questions

Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


How to find the usage of memory in a c program

1 Answers   Infosys,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Tell me what are bitwise shift operators?

0 Answers  


Is javascript written in c?

0 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


What does malloc () calloc () realloc () free () do?

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


what is the use of ~ in c lang?????

3 Answers  


What is Function Pointer? Explain with example?

3 Answers  


how to find binary of number?

2 Answers  


Categories