What is a rvalue?
No Answer is Posted For this Question
Be the First to Post Answer
By using C language input a date into it and if it is right?
program to find the magic square
Is c++ based on c?
What is the memory allocated by the following definition ? int (*x)();
What are linker error?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Write a C program to print 1 2 3 ... 100 without using loops?
What is c mainly used for?
What is ambagious result in C? explain with an example.
What are the different categories of functions in c?
how could explain about job profile
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }