What are the features of c languages?


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

Post New Answer

More C Interview Questions

a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


why return type of main is not necessary in linux

0 Answers   TCS,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What is the purpose of scanf() and printf() functions?

0 Answers  


How many bytes is a struct in c?

0 Answers  






What are the disadvantages of external storage class?

0 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


How can I run c program?

0 Answers  


How does sizeof know array size?

0 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


Categories