AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Post New Answer View All Answers
Is it better to use a macro or a function?
Why enum is used in c?
What are global variables?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the difference between strcpy() and memcpy() function in c programming?
What are the uses of a pointer?
What is structure padding and packing in c?
What is multidimensional arrays
What is the significance of scope resolution operator?
How is pointer initialized in c?
write a program to concatenation the string using switch case?
How main function is called in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain the binary height balanced tree?
Explain continue keyword in c