Difference between Function to pointer and pointer to function


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

Post New Answer

More C Interview Questions

What is the meaning of && in c?

0 Answers  


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


Describe the steps to insert data into a singly linked list.

0 Answers  


Why & is used in scanf in c?

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What extern c means?

0 Answers  


What does #pragma once mean?

0 Answers   Celstream,


why ordinary variable store the later value not the initial

1 Answers  


What is a memory leak in structures? How can we rectify that?

2 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


What is break in c?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


Categories