What are the advantages and disadvantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate abs() function from fabs() function.
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is difference between array and pointer in c?
how is the examination pattern?
What is c language in simple words?
What is the difference between Printf(..) and sprint(...) ?
What are structures and unions? State differencves between them.
main() { printf("hello"); fork(); }
Which is better pointer or array?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
Can we initialize extern variable in c?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input