Answer Posted / v amsi
although some says that C's abbreviation is compiler (as if
it is compiler based language) i will agree vth first answer
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is a pointer on a pointer in c programming language?
Where are some collections of useful code fragments and examples?
Is it possible to have a function as a parameter in another function?
Why main is not a keyword in c?
How can I manipulate strings of multibyte characters?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is hashing in c language?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is pivot in c?
if p is a string contained in a string?
What is floating point constants?
What are structure types in C?
What is the use of linkage in c language?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.