What are variables and it what way is it different from constants?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by team??
What is array of structure in c programming?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
Explain how do you determine whether to use a stream function or a low-level function?
Can we assign integer value to char in c?
What is sizeof int in c?
write a program to create a sparse matrix using dynamic memory allocation.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
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.
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
what is the difference between definition and declaration? give me some examples.