How variables are declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you write a program which produces its own source code as its output?
What language is lisp written in?
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.
Why shouldn’t I start variable names with underscores?
What does the function toupper() do?
write a program in c to print **** * * * * ****
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Why clrscr is used in c?
Tell me what is null pointer in c?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above