Write a c program to print the sizes and ranges of different
data types in c?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
what is c?
What is page thrashing?
What are the differences between Structures and Arrays?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is pre-emptive data structure and explain it with example?
What are types of functions?
FILE PROGRAMMING
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...