Describe the modifier 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 store and print name,address,roll.no of a student using structures?

7 Answers  


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,


write an algorithm to display a square matrix.

0 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,


what is the use of using linked list and array?

10 Answers   Infosys, TCS,






Why should I use standard library functions instead of writing my own?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


What are the features of the c language?

0 Answers  


Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?

3 Answers   HCL, TCS,


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


Is c procedural or object oriented?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


Categories