What do you mean by a local block?
No Answer is Posted For this Question
Be the First to Post Answer
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
Explain how can type-insensitive macros be created?
When should a type cast not be used?
without a terminator how can we print a message in a printf () function.
Difference between fopen() and open()?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is wild pointer in c with example?
what is the structure pointer?
Write a program that his output 1 12 123
How can I read a directory in a c program?
what is the difference between NULL & NUL keywords in C?