What is the size of empty structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
Write a code to generate a series where the next element is the sum of last k terms.
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
what is difference between ANSI structure and C99 Structure?
What is the difference between typeof(foo) and myFoo.GetType()?
What is the purpose of Scanf Print, getchar, putchar, function?
what is a function pointer and how all to declare ,define and implement it ???
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
What is use of integral promotions in c?
What is the use of typedef in c?
What is file in c language?