What is declaration and definition in c?


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

Post New Answer

More C Interview Questions

What is volatile, register definition in C

0 Answers   Cognizant,


Why isn't it being handled properly?

0 Answers  


Is there a way to switch on strings?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,






What is key word in c language?

4 Answers   ABC,


Why do u use # before include in a C Progam?

9 Answers   IBM,


What do you mean by c?

0 Answers  


Why do we use return in c?

0 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  


Can a program have two main functions?

0 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


Categories