how should functions be apportioned among source files?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Where we use clrscr in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is double pointer in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How would you write qsort?
What is the advantage of c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are the benefits of c language?