marge linklist
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between %d and %*d in c languaga?
How can I find out how much free space is available on disk?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
Which is better malloc or calloc?
1. Write a program to reverse every second word in a given sentence.
Write a C program to convert an integer into a binary string?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain in detail how strset (string handling function works )pls explain it with an example.
write a program to insert an element at the specified position in the given array in c language
Write a program for print infinite numbers
When is the “void” keyword used in a function?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?