What is the data segment that is followed by c?


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

Post New Answer

More C Interview Questions

Do variables need to be initialized?

0 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


Explain a file operation in C with an example.

0 Answers   Amdocs,






What is the advantage of c?

0 Answers  


What are the scope of static variables?

0 Answers  


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


How pointer is different from array?

0 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


Categories