what is c programing
Answers were Sorted based on User's Feedback
Answer / karthikeyan
C is a function based language with lesser security to data
| Is This Answer Correct ? | 4 Yes | 4 No |
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
write a c programme for add of two numbers with out use of arthematic operators
What type of function is main ()?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
Is c weakly typed?
difference between malloc and calloc
what is Structural oriented language? give some example of this language.....?
What is %s and %d in c?
what is the difference between #include<> and #include”…”?
Explain null pointer.
Is c++ based on c?