What is the difference between char array and char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain can you assign a different address to an array tag?
What are the rules for identifiers in c?
Write a program that his output * *** *****
. Explain the differences between fork() and exec() in C
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Explain how can a program be made to print the name of a source file where an error occurs?
What is variable in c with example?
write a program to count the no of repaeted words in a line?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Explain what is the difference between #include and #include 'file' ?
what is the coding of display the factorial of a number using array and function?
Write a program that receives as input a number omaadel-n-print, four digits.