What are type modifiers in c?


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

Post New Answer

More C Interview Questions

main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


Write a code on reverse string and its complexity.

0 Answers   Expedia,


What is c variable?

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


What is the use of ?: Operator?

0 Answers  






When is a void pointer used?

0 Answers  


Place the #include statement must be written in the program?

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


What is modifier & how many types of modifiers available in c?

0 Answers  


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


Write a C program to convert an integer into a binary string?

1 Answers  


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


Categories