Can we declare variable anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between global variable & static variable declared out side all the function in the file.
Explain how do you override a defined macro?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
hi, which software companys will take,if d candidate's % is jst 55%?
Write a program that can show the multiplication table.
What are the types of variables in c?
What is the relationship between pointers and data structure?
Write a function in c to find the area of a triangle whose length of three sides is given.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
code for reverse alternate words from astring
Why c is called top down?
WAP to accept first name,middle name & last name of a student display its initials?