How is a two dimensional array passed to function when the
order of matrix is not known at complie time?
Answer / mr.a
jus pass the name of array.....to a function as it was
getting into a pointer....
Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are compound statements?
List the different types of c tokens?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Write a program in c using only loops to print * * * * * *******
What is an lvalue and an rvalue?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
What is the use of parallelize in spark?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the purpose of the preprocessor directive error?
Explain how can I write functions that take a variable number of arguments?
What's the total generic pointer type?