What will be the output of following program
#include
main()
{
int x,y = 10;
x = y * NULL;
printf("%d",x);
}
How does struct work in c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
How do you determine whether to use a stream function or a low-level function?
How many loops are there in c?
Should I learn c before c++?
Do you have any idea how to compare array with pointer in c?
How does memset() work in C?
Explain b+ tree?
Why array starts with index 0
what is the difference between unix os and linux os
write a programming in c to find the sum of all elements in an array through function.
What is the use of sizeof () in c?