What is volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
who developed c and why he developed c?
Is r written in c?
How can you pass an array to a function by value?
Are negative numbers true in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
Find greatest number out of 10 number without using loop.
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 is the difference between ‘g’ and “g” in C?
why should i select you?
#define d 10+10 main() { printf("%d",d*d); }
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?