What are the following notations of defining functions known as?

i. int abc(int a,float b)

{

/* some code */

}

ii. int abc(a,b)

int a; float b;

{

/* some code*/

}

Answer Posted / susie

Answer :

i. ANSI C notation

ii. Kernighan & Ritche notation

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3127


How can you relate the function with the structure? Explain with an appropriate example.

2923


Write a program to model an exploding firecracker in the xy plane using a particle system

3697


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4149


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

2867






write a simple calculator c program to perform addition, subtraction, mul and div.

3155


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2228


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

3856


Write a routine to implement the polymarker function

4388


What is data _null_? ,Explain with code when u need to use it in data step programming ?

2828


write a program for area of circumference of shapes

2038


Cluster head selection in Wireless Sensor Network using C programming language.

3114


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2145


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2413


Design an implement of the inputs functions for event mode

2968