Write a c program to demonstrate character and string constants?
No Answer is Posted For this Question
Be the First to Post Answer
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What is function and its example?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
how can i calculate mean,median,mode by using c program
Which is better between malloc and calloc?
What are loops in c?
logic for x=y^n
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
Does free set pointer to null?
Can we change the value of static variable in c?