What is the benefit of using const for declaring constants?
No Answer is Posted For this Question
Be the First to Post Answer
yogesh patil in dell
Differentiate between calloc and malloc.
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is echo in c programming?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What is conio h in c?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
What is null character in c?
how to impliment 2 or more stacks in a single dimensional array ?
What is character set?