application attempts to perform an
operation?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the most efficient way to store flag values?
how to find a 5th bit is set in c program
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
How Many Header Files in c?
why division operator not work in case of float constant?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
how can u print a message without using any library function in c
c program to manipulate x=1+3+5+...+n using recursion
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?