Horje
how to find the elements in array c coding Code Example
how to find the elements in array c coding
#include <stdio.h>
int main(){
	int mark[] = {12,34,56,23,21};
//	 printf("%d",mark[0]);
	int size= sizeof mark/ sizeof mark[4];
	printf("%d",size);
	return 0; 
}




C

Related
print binary c Code Example print binary c Code Example
C Variable Byte Sizes Code Example C Variable Byte Sizes Code Example
Cannot open include file: 'graphviz/cgraph.h' Code Example Cannot open include file: 'graphviz/cgraph.h' Code Example
Smallest c program ever Code Example Smallest c program ever Code Example
4k stogram chave Code Example 4k stogram chave Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8