What is the right type to use for boolean values in c?
No Answer is Posted For this Question
Be the First to Post Answer
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
where do we use volatile keyword?
Write a C program to count the number of email on text
write a program to remove occurrences the word from entered text?
What is the scope of local variable in c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Explain what is a 'locale'?
What are the characteristics of arrays in c?
When should the const modifier be used?
Wt are the Buses in C Language
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
what does " calloc" do?