Which one would you prefer - a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
Why we write conio h in c?
Explain how do you determine a file’s attributes?
Which is better malloc or calloc?
What is the best style for code layout in c?
Explain how do you search data in a data file using random access method?
how to find your architecture is LittleEndian or BigEndian?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
about c language
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Is c easy to learn?