why we wont use '&' sing in aceesing the string using scanf
what is the output of below int n=10; (n++)++; printf("%d",n);
How a string is stored in c?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
. Write a program to get a string and to convert the 1st letter of it to uppercase
What is the c value paradox and how is it explained?
write a program to generate 1st n fibonacci prime number
What is dangling pointer in c?
Differentiate between declaring a variable and defining a variable?
how can write all 1to 100 prime numbers using for loop,if and break ?
What do you mean by c what are the main characteristics of c language?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*