Why do we use header files in c?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is structure padding and packing in c?
What is typedf?
How can I implement a delay, or time a users response, with sub-second resolution?
What is typeof in c?
What are data structures in c and how to use them?
Explain what is the benefit of using const for declaring constants?
What are different types of variables in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +