What is array of pointers to string?
No Answer is Posted For this Question
Be the First to Post Answer
What is hungarian notation? Is it worthwhile?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
what do u mean by Direct access files? then can u explain about Direct Access Files?
Lists the benefits of c programming language?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is a lvalue
What is the benefit of using #define to declare a constant?
When should the register modifier be used? Does it really help?
write a own function for strstr
How to declare a variable?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Difference Between embedded software and soft ware?