Why is python slower than c?
No Answer is Posted For this Question
Be the First to Post Answer
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
What is #line used for?
How we can write a value to an address using macro..?
What is echo in c programming?
what is the difference between structural,object based,object orientd programming languages?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Difference between Shallow copy and Deep copy?
How many bytes is a struct in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)