what is event driven software and what is procedural driven
software?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of clrscr () printf () and getch ()?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What is scope rule in c?
What are volatile variables?
How to print India by nested loop? I IN IND INDI INDIA
How do you print an address?
Differentiate between the expression “++a” and “a++”?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
swapping of two numbers without using third variable using AND and OR operators
How can I ensure that integer arithmetic doesnt overflow?