What are identifiers in c?


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

Post New Answer

More C Interview Questions

#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,






Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


Can a variable be both const and volatile?

0 Answers  


what is an inline function?

2 Answers   TCS,


What is c preprocessor mean?

0 Answers  


Who is the founder of c language?

0 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


What are the rules for the identifier?

0 Answers  


Categories