What is typedf?
No Answer is Posted For this Question
Be the First to Post Answer
c program for searching a student details among 10 student details
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain what’s a signal? Explain what do I use signals for?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the use of in c?
What is a structure member in c?
in iso what are the common technological language?