How macro execution is faster than function ?
No Answer is Posted For this Question
Be the First to Post Answer
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is meant by int fun const(int a, int b) { .... ... }
What is variables in c?
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
By using C language input a date into it and if it is right?
can v write main() { main(); } Is it true?
Why is C language being considered a middle level language?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
write a program to display & create a rational number
What is the difference between abs() and fabs() functions?
Explain is it better to bitshift a value than to multiply by 2?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO