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

what is mallloc()?how it works?

4 Answers   Excel,


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


What is the purpose of main( ) in c language?

0 Answers  


What is pragma in c?

0 Answers  


What is the meaning of ?

0 Answers  






To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


Explain enumerated types in c language?

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Why c is called top down?

0 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


Categories