Is there any book to know about Basics of C Language?
Answers were Sorted based on User's Feedback
Answer / samir
yes,
Programming with C
Author is yashwant Kanetkar
Is This Answer Correct ? | 4 Yes | 0 No |
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is Full Form of C and Why We use C
What is structure in c definition?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
Explain union.
Identify the operators that is not used with pointer a. && b. # c. * d. >>
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Differentiate call by value and call by reference?
Is array name a pointer?
What is a pointer in c plus plus?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Explain about C function prototype?