What is a function in c?


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

Post New Answer

More C Interview Questions

What is the best organizational structure?

0 Answers  


Can a variable be both static and volatile in c?

0 Answers  


Define Array of pointers.

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 Answers   Excel,






Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


how to write palindrome program?

3 Answers  


What should malloc() do?

0 Answers  


Which is the best sort method for library management?

1 Answers   Microsoft,


What is the difference between test design and test case design?

0 Answers  


regarding pointers concept

0 Answers  


Categories