How to get string length of given string in c?
No Answer is Posted For this Question
Be the First to Post Answer
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
Why do u use # before include in a C Progam?
What is the difference between exit() and _exit()?
What is a newline escape sequence?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
Who is invented by c?
Is int a keyword in c?
Why is c called c?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
What are the different types of C instructions?
1 What is a Data Structure?
Explain what is dynamic data structure?