What is the difference between new and malloc functions?
No Answer is Posted For this Question
Be the First to Post Answer
How. To pass the entrance test
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What library is sizeof in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
who did come first hen or agg
Why does notstrcat(string, "!");Work?
How can I read and write comma-delimited text?
What is meant by int fun const(int a, int b) { .... ... }
What is the relationship between pointers and data structure?
what is the program to display your name in any color?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
What are the modifiers available in c programming language?