What is double pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is event driven programming or procedural programming, better within specific scenario?
Can we declare variable anywhere in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is echo in c programming?
Write a program to swap two numbers without using the third variable?
main() { clrscr(); } clrscr();
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?
Is there any data type in c with variable size?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
what is the difference between c and java?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR