What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What are the types of arrays in c?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is a program flowchart and explain how does it help in writing a program?
what is the use of bitfields & where do we use them?
Why functions are used in c?
Write a program to check whether a number is prime or not using c?
What is the ANSI C Standard?
Explain the array representation of a binary tree in C.
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,