Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between ‘g’ and “g” in C?
read a number & print all its devisors using c-program?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
Write a program to reverse a linked list in c.
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What is call by value in c?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is the difference between array and linked list in c?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"