what do you mean by inline function in C?
No Answer is Posted For this Question
Be the First to Post Answer
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
How does selection sort work in c?
3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).
Explain what are preprocessor directives?
How to declare pointer variables?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is the difference between if else and switchstatement
What are the different types of endless loops?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
How will you find a duplicate number in a array without negating the nos ?
write a program of palindrome(madam=madam) using pointer?