What are register variables in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
Who is the founder of c language?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
How to write a C program to determine the smallest among three nos using conditional operator?
How can I access memory located at a certain address?
What are the complete rules for header file searching?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
Is c call by value?
how to find that no is int or float?