How do you define a string?
No Answer is Posted For this Question
Be the First to Post Answer
Is c functional or procedural?
write a program to insert an element at the specified position in the given array in c language
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
code for copying two strings with out strcpy() function.
WAP to accept first name,middle name & last name of a student display its initials?
What are the two types of structure?
can we define a function in structure?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain the advantages of using macro in c language?
The __________ attribute is used to announce variables based on definitions of columns in a table?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>