What are the types of variables in c?


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

Post New Answer

More C Interview Questions

Explain how can I remove the trailing spaces from a string?

0 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


What is meant by initialization and how we initialize a variable?

0 Answers  


how could explain about job profile

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  






which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


Why do we need a structure?

0 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


how to capitalise first letter of each word in a given string?

0 Answers  


What is the most efficient way to store flag values?

0 Answers  


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


What is a pointer variable in c language?

0 Answers  


Categories