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

how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


Are pointers integer?

0 Answers  






c program to add and delete an element from circular queue using array

3 Answers  


If errno contains a nonzero number, is there an error?

0 Answers  


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


What is a program?

0 Answers  


Explain which function in c can be used to append a string to another string?

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Categories