Is struct oop?


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

Post New Answer

More C Interview Questions

#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 demonstrate character and string constants?

0 Answers  


What is the use of parallelize in spark?

0 Answers  


What math functions are available for integers? For floating point?

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  






Write a program that accept anumber in words

0 Answers  


What is merge sort in c?

0 Answers  


What are data breakpoints?

3 Answers   Adobe,


What is function in c with example?

0 Answers  


What is static function in c?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Do you know the difference between exit() and _exit() function in c?

0 Answers  


Categories