Describe the modifier in c?


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

Post New Answer

More C Interview Questions

What is null pointer in c?

0 Answers  


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


What are types of preprocessor in c?

0 Answers  






Difference between exit() and _exit() function?

0 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


How can I find leaf node with smallest level in a binary tree?

1 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 Answers   Excel,


List a few unconditional control statement in c.

0 Answers  


Categories