Is c call by value?
No Answer is Posted For this Question
Be the First to Post Answer
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
In which layer of the network datastructure format change is done
The statement, int(*x[]) () what does in indicate?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How can you invoke another program from within a C program?
Explain what is a program flowchart and explain how does it help in writing a program?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.