What does sizeof int return?
No Answer is Posted For this Question
Be the First to Post Answer
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is c value paradox explain?
What is sizeof return in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How do you convert strings to numbers in C?
write a c program to add two integer numbers without using arithmetic operator +
what is unsigened char and what is the difference from char
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How can I read/write structures from/to data files?
What is c mainly used for?
What is data structure in c and its types?