What's the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine a file’s attributes?
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 are the advantages & disadvantages of unions?
a simple program in c language
What is else if ladder?
What's the difference between calloc() and malloc()?
Can you write a programmer for FACTORIAL using recursion?
What is the meaning of typedef struct in c?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
How can you print HELLO WORLD without using "semicolon"?
what is printf
What is the translation phases used in c language?