What is %s and %d in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of int *x[]();?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
Explain what are bus errors, memory faults, and core dumps?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is a file descriptor in c?
What does 1f stand for?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What are the different types of storage classes in C?
where do we use structure pointer?
How old is c programming language?
What are valid signatures for the Main function?
Explain heap and queue.