What are local static variables? How can you use them?
No Answer is Posted For this Question
Be the First to Post Answer
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
why ordinary variable store the later value not the initial
why array index always starts from zero??
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is dynamic variable in c?
What are the uses of pre-processor directives?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
What is difference between stdio h and conio h?