What are the key features in c programming language?


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

Post New Answer

More C Interview Questions

please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 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 that can show the multiplication table.

0 Answers   Student,






What are predefined functions in c?

0 Answers  


How can I swap two values without using a temporary?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


Explain what are the standard predefined macros?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


Is c still used in 2019?

1 Answers  


Write a program that his output * *** *****

1 Answers  


Categories