What oops means?


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

Post New Answer

More C Interview Questions

main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


What are the preprocessor categories?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  


What is hashing in c language?

0 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  






Write a program on swapping (100, 50)

0 Answers   BPL,


What does & mean in scanf?

0 Answers  


what is the most appropriate way to write a multi-statement macro?

1 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


write a program to sort the elements in a given array in c language

10 Answers   TCS,


Explain built-in function?

0 Answers  


What are the types of data structures in c?

0 Answers  


Categories