Where are local variables stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is wrong with this program statement? void = 10;
What is a header file?
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
While(1) { } when this loop get terminate is it a infinite loop?
how can i print "hello"
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
What are multibyte characters?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Does c have function or method?
which one is highest Priority in c? a)=,b)+,c)++,d)==