Can we change the value of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm and a program to count the number of elements in a circularly singly linked list
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
count the numbers between 100 and 300, that star with 2 and ends with 2
Can we access the array using a pointer in c language?
Write a program to find minimum between three no.s whithout using comparison operator.
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
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,
How do c compilers work?
What is struct node in c?