how does a general function , that accepts an array as a
parameter, "knows" the size of the array ?
How should it define it parameters list ?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap four numbers without using fifth variable?
What are the 5 types of inheritance in c ++?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
What is an lvalue in c?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
How do you determine whether to use a stream function or a low-level function?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
How many types of sorting are there in c?
How to add two numbers without using semicolon at runtime
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
wap to print "hello world" without using the main function.