What are the advantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
how do you execute a c program in unix.
Write a C program to print 1 2 3 ... 100 without using loops?
Explain how can I manipulate strings of multibyte characters?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is nested structure?
What are the features of c languages?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
c program to subtract between two numbers without using '-' sign and subtract function.
Is this program statement valid? INT = 10.50;