how is the examination pattern?


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

Post New Answer

More C Interview Questions

write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


Does c have enums?

0 Answers  


What does %c mean in c?

0 Answers  






Explain union.

0 Answers  


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What is meant by errors and debugging?

0 Answers  


What are qualifiers in c?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Categories