Define VARIABLE?
No Answer is Posted For this Question
Be the First to Post Answer
The variables are int sum=10,SuM=20; these are same or different?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Differentiate between ordinary variable and pointer in c.
What is the difference between null pointer and the void pointer?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
Tell me when would you use a pointer to a function?
What is meant by initialization and how we initialize a variable?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Can we include one C program into another C program if yes how?
print 1-50 with two loop & two print Statement
Define and explain about ! Operator?