Find The Output Of the Program in Tamil

preview_player
Показать описание
Find The Output Of the Program in Tamil
PART-1 DEBUG OR FIND THE OUTPUT [IF-ELSE ] [C PROGRAM INTERVIEW QUESTION IN TAMIL]
in this tutorial video i explained how to find the output or how will debug the given program..guys watch this video carefully its very helful for your career...in this video i take one if--else program to teach you...
THANKS....
VIJAY....
SANTRA TECHSPOT....
KEEP SUPPORTING ME......
PLEASE SUBSCRIBE MY CHANNEL.....
PLEASE GIVE YOUR VALUABLE FEEDBACK ABOUT MY CHANNEL AND MY VIDEO...
IAM WAITING FOY YOUR VALUABLE COMMENTS GUYS.....
IF YOU HAVE ANY DOUBT IN C PROGRAM ASK ME AT ANY TIME I WILL READY TO HELP YOU GUYS.....
ITS OUR CHANNEL...
Рекомендации по теме
Комментарии
Автор

Bro Syntex thappu ! Program will show error

TwingWorld
Автор

itha program eapudi run agum pls explain

Chennaiikuputhusu
Автор

epadi run aagumnu explain pannavey ilaye

abi
Автор

#include<stdio.h>
#include<conio.h>
void main
{
char s[80];
int i=0;
printf("enter the string:");
gets(s);
while(s[i])
{
printf("\n %d %c", s[i], s[i]);
}
getch();
}
bro intha program explain pannunga bro

vetriselvi