main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
1 23014main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33628I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
1 3677I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
1 3968if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 26457any string of bits of length 'n' represents a unique non- negative integer between.............?
2 7394
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is null in c?
Is r written in c?
What is the difference between near, far and huge pointers?
Which is the best website to learn c programming?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Write a program to implement queue.
Why structure is used in c?
What does s c mean on snapchat?
How to set file pointer to beginning c?
What is the use of in c?
Explain what is the heap?
Mention four important string handling functions in c languages .
What tq means in chat?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none