Explain about block scope in c?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using float in C
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What is c language used for?
What is the difference between pure virtual function and virtual function?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Why does notstrcat(string, "!");Work?
difference of two no's with out using - operator
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
How do I get an accurate error status return from system on ms-dos?