Why isnt there a numbered, multi-level break statement to break out
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic structure of c?
What is static identifier?
can we execute the program with the object file
What is c definition?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
How can I split up a string into whitespace-separated fields?
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 is the explanation for prototype function in c?
what is ram?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What language is lisp written in?