Usage
Use ! for Basic Programs.
Use ? for help.
C Snippets use Tab to change one position to another
Snippet |
Description |
#inc |
Snippet for All Header files #include |
Snippet (Basic) |
Description |
#def |
#define |
#ifdef |
#if |
#ifndef |
#ifndef |
printf |
printf syntax |
scanf |
scanf synatax |
do |
do...while loop syntax |
else |
else syntax |
else if |
else-if syntax |
if else2 |
if else (else 2 times) |
enum |
An enum declaration |
for |
for loop syntax |
if |
if statement syntax |
main |
main function syntax |
array |
Declare an array |
struct |
A struct declaration |
case |
case (...) syntax |
switch |
switch statement syntax |
union |
union declaration syntax |
while |
while loop syntax |
Snippets (Programs) |
Description |
!h |
Hello World Program |
!ascii |
Check ASCII Value Program |
!ln |
Check Largest Number Program |
!fact |
Find Factorial of a Number |
!cal |
Simple Calculation Program |
!palin |
Palindrome Program |
Snippets (Help) |
Description |
?keywords |
help for C Keywords |
?fopen |
help for fopen keyword |
?comment |
help for How to Use Comments |
More Snippets Soon!
| |