What are the different types of C instructions?
No Answer is Posted For this Question
Be the First to Post Answer
what does exit() do?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What is the right type to use for boolean values in c? Is there a standard type?
What are the advantages of using Unions?
How do you construct an increment statement or decrement statement in C?
implement general tree using link list
#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Write a program to generate the Fibinocci Series
How can variables be characterized?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record