What would be an example of a structure analogous to structure c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Give differences between - new and malloc() , delete and free() ?
What is a macro in c preprocessor?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
what is the difference between NULL & NUL keywords in C?
How can you increase the size of a statically allocated array?
write a program wch produces its own source code aas its output?
How a string is stored in c?
Why doesnt long int work?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
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
Is there anything like an ifdef for typedefs?