What is pass by reference in functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between array and structure in c?
Why header file is used in c?
What is use of #include in c?
What is static identifier?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
Explain the ternary tree?
What is #pragma statements?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What is the difference between Printf(..) and sprint(...) ?
Explain 'far' and 'near' pointers in c.