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

write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


errors in computer programmes are called

1 Answers   NET,


Explain what is wrong with this program statement? Void = 10;

0 Answers  


Does sprintf put null character?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  






Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


A program to write a number of letters and numbers, such as counting and display

0 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


What is the difference between local variable and global variable in c?

0 Answers  


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


What are the characteristics of arrays in c?

0 Answers  


Categories