How are 16- and 32-bit numbers stored?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different categories of functions in c?
How many types of functions are there in c?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is build process in c?
What are local and global variables?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What does void main return?
What are categories used for in c?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
Does c have enums?