func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d !\n ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); }
1 10483Post New Satyam C Code Interview Questions
What do you know about DG ,A,B,C, D, Check and safety of generator.?
What is the use of @qualifier in spring boot? : Spring Boot
Why echo is used in linux?
Which performance measurement is the cost of work budgeted for an activity within a certain time frame? A. AV B. PV C. EV D. EAC
grr resistance & contrator malt continuous
What's the difference between unix and linux?
How to Test the Datagram Client and Server?
Write a Program to accept different goods with the number, price and date of purchase and display them
How you define variables in swift language?
What is renewable resource?
Have you ever used counters in hadoop?
Did you write stored procedures in teradata?
What is the use of leaky relu function?
What is length and weight of arihant?
Write a java program to generate fibonacci series ?