Unless your particular C implementation allows for direct writing of assembly code, you can't. C is a high-level language and you usually cannot directly issue instructions to the processor. The assembly languages are a set of architecture-specific commands that can be directly executed by a processor.
write an assembly language program to find sum of N numbers
How to write the program un Assembly language to set a password for personal computers?
Either in Assembly or in some high level language/the hex-code (for the mnemonics) that the microprocessor 8085 generally understands.
You need an 8086 assembly language pencil.
write program to concatenating two sting in 8086 assembly language
write a program to print A to Z on screen in c?
fish
Programs written in a high level language might be slower than ones written in Assembly language; but it is not always so, it is very easy to write un-effective programs in Assembly.
Assembly language is the lowest level of computer code, not including the actual machine language, which is directly processed by the hardware. It contains instructions specific to the hardware of your system. When you write a program in a higher level language like C, it is first translated into assembly language before the computer can execute it. Because it is so low-level, assembly language is extremely difficult to code in.
assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.
We use C when we want to write low-level code with a higher level of abstraction than that provided by assembly language.
the program written in high level language is called "source program"