What is the difference between Undo and Redo?
Answers were Sorted based on User's Feedback
Answer / mustafa liwal.
No confusion.
Undo: Undo an action or somewhat delete the latest action.
Redo: When you undo your action it will disappear and if you want to get back your undo action,you have to click on Redo.
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / kiran shinde
Undo:- this option reserves the effect of last command . We can press ctrl+y to perform Undo action.
Redo:- to reserve the action of Undo command click on redo button . We can press ctrl+z to perform redo action.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / harshit manhas
1) You can use the shortcut keys-Ctrl+Z and Ctrl+Y for Redo action
2) Some actions can't be undone,such as clicking any command on the office button menu.If you can't undo an action,the undo button changes into can't undo
3) Some actions such as using a function in a cell can't be replaced.If you can't repeat the last action,the Redo button changes into can,t repeat
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / simran raj
undos or reverse the last command or action redos or reapets
the last command action.
| Is This Answer Correct ? | 21 Yes | 20 No |
Answer / abhiram
Undo mean that we can reverse if we do a mistake
Redo mean that it check undo
| Is This Answer Correct ? | 0 Yes | 4 No |
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is visual c++ runtime error?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
What is an overlapped image?
How do I fix microsoft visual c++ 2015 setup failed?
Where can I find microsoft visual c++ on my computer?
How many microsoft visual c++ do you need?
hello sir i need movie editing and mixing software .where it is available and what is the site address
What is the value of the expression a = 42?
How many time DLLMain gets called?
what is DLL?
How do I uninstall visual c++?