Are pointers integers in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the most appropriate way to write a multi-statement macro?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
What is the default value of local and global variables in c?
What are runtime error?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Write a C program to count the number of email on text
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Does c have class?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?