What are the rules for the identifier?


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

Post New Answer

More C Interview Questions

List some basic data types in c?

0 Answers  


What are linked lists in c?

0 Answers  


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


write a program to find out prime number using sieve case?

0 Answers   HCL,


What are the parts of c program?

0 Answers  






main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


What do you understand by normalization of pointers?

0 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


how memory store byte

4 Answers   Huawei,


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


write a progam to compare the string using switch case?

1 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Categories