What are called c variables?


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

Post New Answer

More C Interview Questions

write a program to print the one dimensional array.

1 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  


What are terms in math?

0 Answers  


Explain the difference between ++u and u++?

0 Answers  






Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


Can a pointer point to null?

0 Answers  


What is 1f in c?

0 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


Categories