In a header file whether functions are declared or defined?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between memcpy and memmove?
Is there any possibility to create customized header file with c programming language?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Difference between constant pointer and pointer to a constant.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are enums in c?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What is a program?
What is difference between union All statement and Union?
why we are using semicolon at the end of printh statment
What is the purpose of scanf() and printf() functions?