What are operators in c?


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

Post New Answer

More C Interview Questions

#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


How can you call a function, given its name as a string?

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


How do you redirect a standard stream?

0 Answers  


What are the types of functions in c?

0 Answers  






Explain what is the concatenation operator?

0 Answers  


What does void main return?

0 Answers  


Explain About fork()?

0 Answers   TISL,


Explain enumerated types in c language?

0 Answers  


What is 1d array in c?

0 Answers  


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


Categories