Functions with arguments and return values -C Examples
Categories: C Programming language ||
int addition( int, int);main(){ int i=1; i = add(1, 1);clrscr(); }int add( int a, int b){ int c; c = a + b; return&
Categories: C Programming language ||
int addition( int, int);main(){ int i=1; i = add(1, 1);clrscr(); }int add( int a, int b){ int c; c = a + b; return&
Categories: C Programming language ||
#include <stdio.h>#include <conio.h>main(){int a[5]={2,4,,6,8,10};int b[8]={1,3,5,7,9,11,13,15};int c[10]={1,2,3,4,5,6,7,8,9,10};clrscr();printf ("sum of the array
Categories: C Programming language ||
Library FunctionUser Defined FunctionLibrary Function in CC provides library functions for performing some operations. These functions are present in the c library and they are predefined for ex
Categories: C Programming language ||
Functions are a powerful programming tool. A function is a block of code that performs a specific task. It has a name and it is reusable. It can be executed from as many different parts in a Program a
Categories: Bitcoin ||
Get The Most Of Trading With Bitcoin PrimeAnyone can benefit from trading cryptocurrencies using Bitcoin Prime, an automated trading platform. It uses sophisticated robots to provide trading signals a
Categories: Feign || RestTemplate || Spring Cloud Netflix ||
When using RestTemplate,the URL parameter is constructed programmatically, and data is sent across tothe other service. In more complex scenarios, we will have to get to the details of
Categories: Java 9 || Java 8(JDK1.8) ||
Retention Policy: A retention policy determines at what point an annotation is discarded. It is s specified using Java's built-in annotations: @Retention1.SOURCE: annotation retained only in the
Categories: Interview questions and answers || Experienced || Freshers || Python ||
Question: - What is Python? Answer: - Python was created by Guido van Rossum, and released in 1991. It is a general-purpose computer programming language. It is a high-level, object-ori
Categories: Interview questions and answers || Experienced || Freshers || Red Hat ||
Question: - What do you mean by Linux? Answer: Linux s one of the most widely used operating systems, developed based on Linux Kernel. As this is an open-source OS and can use on various hardware plat
Categories: IOS ||
iOS 15: What's in Apple's latest iPhone OS and its updates Apple's iOS 15 and iPadOS 15 are here. Both followed the tech giant's "California streaming" eve
Categories: IOS ||
Advantages and Disadvantages of iOS Developed by Apple Inc., iOS is the hardware specific operating system of the company whose first version was released in 2007. The operating system is used for iP
Categories: IOS ||
Best Features of IOS 12 and how they will benefit Productivity improvements in iOS 12 Speed and battery improvements Unlike previous updates, Apple says that iOS 12 will deliver siz
Categories: Interview questions and answers || Experienced || Freshers || IOS ||
Question:- What is meant by Enumerations or Enum? Answer:- A class type containing a group of related items under the same umbrella, but it is impossible to create an instance of it.  
Categories: Windows 11 ||
Key Benefits of Windows 11: The Well-Deserved Hype The Windows of the future is here, and it's generating a lot of buzz! From a radical redesign to new features that make your everyday l
Categories: Windows 11 ||
Windows 11: How to download Microsoft's latest OS on your device Whether you just bought a new laptop or you want to update an older device, the Windows 11 Installation Assistant can help y
Categories: Windows 11 ||
First update of Windows 11, know what are the new features Microsoft’s spring update to Windows 11 is now officially live. New features include the first Amazon apps, a revamped ta
Categories: Laravel || Spring ||
Spring Vs Laravel- Which One Is Best There are lots of backend frameworks available in the tech market but choosing the best one is a crucial task as it plays a vital role in web app developm
Categories: Angular || Node JS ||
Node.Js Vs AngularJS: Know the Difference An in-depth comparison What is Node JS? Node.js is a cross-platform runtime library and environment for running JavaScript applications outside the
Categories: Laravel ||
How to check the Laravel version of your application Sometime you need to know your Laravel version, luckily here are some ways to know your Laravel version Check Laravel ver
Categories: Interview questions and answers || Experienced || Freshers || Laravel ||
Question:- What is Laravel? Answer:- Laravel is an open-source widely used PHP framework. The platform was intended for the development of web application by using MVC architectural pattern
Categories: Laravel ||
Top 6 features of PHP Laravel Framework PHP is one of the oldest and most popular web development languages, and Laravel is its most popular framework. Laravel is an open-source PHP web frame
Categories: Laravel ||
What Is Laravel, And How Do You Get Started with It? Laravel is a web framework for making custom applications. It runs on PHP, and is entirely free and open source. We’ll discuss what
Categories: Splunk || Interview questions and answers || Experienced || Freshers ||
Question:- List out common ports used by Splunk. Answer:- Common ports used by Splunk are as follows: Web Port: 8000 Management Port: 8089 Network port: 514 Index Repl