What is the difference between single charater constant and string constant?
No Answer is Posted For this Question
Be the First to Post Answer
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Is null a keyword in c?
What are the rules for identifiers in c?
what are enumerations in C
which is an algorithm for sorting in a growing Lexicographic order
Is calloc better than malloc?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Can we assign integer value to char in c?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
write a program to display reverse of a number using for loop?
What is formal argument?