In which layer of the network datastructure format change is done
No Answer is Posted For this Question
Be the First to Post Answer
What is %s and %d in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
what is the diference between pointer to the function and function to the pointer?
Differentiate between full, complete & perfect binary trees.
what is the difference between %d and %*d in c languaga?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is c language in simple words?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
What is an lvalue in c?