Write a program to reverse a given number in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what do the 'c' and 'v' in argc and argv stand for?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
What are reserved words?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
When a c file is executed there are many files that are automatically opened what are they files?
How can I read a binary data file properly?
What is the data segment that is followed by c?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is 'bus error'?
What is the use of pragma in embedded c?
What is logical error?