What does %c mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
Explain the use of 'auto' keyword
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
consagous technology placement paper
What compilation do?
7 Answers Geometric Software, Infosys,
Why doesn't C support function overloading?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
how many errors in c explain deply
What are local and global variables?
What is the difference between void main and main in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year