What is the maximum no. of arguments that can be given in a command line in C.?
Example of friendly function in c++
i want to know the procedure of qualcomm for getting a job through offcampus
What is the difference between declaring a variable and defining a variable?
if p is a string contained in a string?
Write a program in c to input a 5 digit number and print it in words.
What is a function in c?
Explain how do you determine a file’s attributes?
Is c is a high level language?
What is pre-emptive data structure and explain it with example?
What is equivalent to ++i+++j?
the data type used for unlimited value in c and how to do this program
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(“%d”,x); }