What is a rvalue?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

By using C language input a date into it and if it is right?

0 Answers   Aricent,


program to find the magic square

1 Answers   Infosys,


Is c++ based on c?

0 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


What are linker error?

0 Answers  






#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


What is c mainly used for?

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


What are the different categories of functions in c?

0 Answers  


how could explain about job profile

0 Answers  


main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


Categories