What is pass by reference in c?
No Answer is Posted For this Question
Be the First to Post Answer
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is the main difference between calloc () and malloc ()?
What is difference between array and pointer in c?
Can we initialize extern variable in c?
Differentiate call by value and call by reference?
What are all different types of pointers in c?
In a header file whether functions are declared or defined?
why we shiuld use main keyword in C
How can I get the current date or time of day in a c program?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
What is the sizeof () a pointer?
When do we get logical errors?